Searched refs:iconmgr (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_warp.c18 #include "iconmgr.h"
39 if(len == 0 && tmp_win && tmp_win->iconmgr) {
40 printf("curren iconmgr entry: %s", tmp_win->iconmgr->Current);
95 raisewin = tmp_win->iconmanagerlist->iconmgr->twm_win;
98 else if(Scr->iconmgr->active) {
99 raisewin = Scr->iconmgr->twm_win;
100 iconwin = Scr->iconmgr->active->w;
107 tw->iconmanagerlist->iconmgr->twm_win->mapped) {
108 raisewin = tw->iconmanagerlist->iconmgr
[all...]
H A Diconmgr.c8 * $XConsortium: iconmgr.c,v 1.48 91/09/10 15:27:07 dave Exp $
32 #include "iconmgr.h"
95 // elements in the list, which is all the iconmgr's in the workspace.
97 // end), which is a link to the head of the iconmgr list for the
100 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
149 /* Setup various WM properties on the iconmgr's window */
228 Scr->workSpaceMgr.workSpaceList->iconmgr = Scr->iconmgr;
237 * over the Scr->iconmgr list at the end though, so it's possible we
243 for(IconMgr *q = Scr->iconmgr;
[all...]
H A Dworkspace_utils.c18 #include "iconmgr.h"
52 IconMgr *iconmgr; local in function:GotoWorkSpace
161 if(OCCUPY(wl->iconmgr->twm_win, newws)) {
167 if(OCCUPY(wl->iconmgr->twm_win, newws)) {
180 for(iconmgr = newws->iconmgr; iconmgr; iconmgr = iconmgr->next) {
181 if(iconmgr
[all...]
H A Dworkspace_structs.h70 IconMgr *iconmgr; member in struct:WorkSpace
H A Dfunctions_icmgr_wsmgr.c8 #include "iconmgr.h"
21 * XXX These backend funcs in iconmgr.c are passed func directly. That's
93 for(i = wl->iconmgr; i != NULL; i = i->next) {
94 /* Don't show iconmgr's with nothing in 'em */
147 for(i = wl->iconmgr; i != NULL; i = i->next) {
H A Diconmgr.h7 * $XConsortium: iconmgr.h,v 1.11 89/12/10 17:47:02 jim Exp $
22 struct IconMgr *iconmgr; member in struct:WList
37 struct IconMgr *next; ///< Next iconmgr in this workspace
38 struct IconMgr *prev; ///< Prev iconmgr in this workspace
39 struct IconMgr *lasti; ///< Last iconmgr in this workspace
H A Doccupation.c24 #include "iconmgr.h"
558 * Temporarily alter Scr->iconmgr because stuff down in
562 save = Scr->iconmgr;
563 Scr->iconmgr = Scr->workSpaceMgr.workSpaceList->iconmgr;
565 Scr->iconmgr = save;
802 tmp_win = AddWindow(w, AWT_OCCUPY, Scr->iconmgr, Scr->currentvs);
H A Dscreen.h570 /// IM's for the screen wind up in the iconmgr element.
571 /// \sa ScreenInfo.iconmgr
728 IconMgr *iconmgr; member in struct:ScreenInfo
H A Dgram.y31 #include "iconmgr.h"
165 Scr->iconmgr->geometry= (char*)$2;
166 Scr->iconmgr->columns=$3;
170 Scr->iconmgr->geometry = (char*)$2;
H A Dgram.tab.c79 #include "iconmgr.h"
2031 Scr->iconmgr->geometry= (char*)(yyvsp[-1].ptr);
2032 Scr->iconmgr->columns=(yyvsp[0].num);
2041 Scr->iconmgr->geometry = (char*)(yyvsp[0].ptr);
H A Devent_handlers.c48 #include "iconmgr.h"
2771 Tmp_win = Tmp_win->iconmanagerlist->iconmgr->twm_win;
3249 Tmp_win->iconmanagerlist->iconmgr &&
3250 Tmp_win->iconmanagerlist->iconmgr->twm_win) {
3251 SetFocus(Tmp_win->iconmanagerlist->iconmgr->twm_win,
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c75 for (p = &Scr->iconmgr; p != NULL; p = p->next) {
108 for (p = &Scr->iconmgr; p != NULL; p = p->next) {
151 Scr->iconmgr.lasti->next = p;
152 p->prev = Scr->iconmgr.lasti;
153 Scr->iconmgr.lasti = p;
184 ip = Active->iconmgr;
295 #define IPOFSP(sp) (dir == F_NEXTICONMGR ? &(sp->iconmgr) : sp->iconmgr.lasti)
299 ip = Active->iconmgr;
361 if (tmp_win->iconmgr || tmp_wi
[all...]
H A Dtwm.c68 #include "iconmgr.h"
505 Scr->iconmgr.x = 0;
506 Scr->iconmgr.y = 0;
507 Scr->iconmgr.width = 150;
508 Scr->iconmgr.height = 5;
509 Scr->iconmgr.next = NULL;
510 Scr->iconmgr.prev = NULL;
511 Scr->iconmgr.lasti = &(Scr->iconmgr);
512 Scr->iconmgr
[all...]
H A Diconmgr.h43 struct IconMgr *iconmgr; member in struct:WList
H A Dmenus.c75 #include "iconmgr.h"
1300 DeIconify(Scr->iconmgr.twm_win);
1301 XRaiseWindow(dpy, Scr->iconmgr.twm_win->frame);
1322 else if (tmp_win->iconmgr)
1866 if (tmp_win->iconmgr)
1876 if (tmp_win->iconmgr) /* don't send ourself a message */
1990 #define bwin(w) (!(w)||(w)->iconmgr||(w)==of||!(Scr->WarpUnmapped||(w)->mapped))
2069 raisewin = tmp_win->list->iconmgr->twm_win->frame;
2072 else if (Scr->iconmgr.active) {
2073 raisewin = Scr->iconmgr
[all...]
H A Dscreen.h42 #include "iconmgr.h"
194 IconMgr iconmgr; /* default icon manager */ member in struct:ScreenInfo
H A Dgram.y154 Scr->iconmgr.geometry=$2;
155 Scr->iconmgr.columns=$3;
159 Scr->iconmgr.geometry = $2;
H A DMakefile.in129 iconmgr.$(OBJEXT) icons.$(OBJEXT) list.$(OBJEXT) \
153 ./$(DEPDIR)/gc.Po ./$(DEPDIR)/gram.Po ./$(DEPDIR)/iconmgr.Po \
387 iconmgr.c \
388 iconmgr.h \
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconmgr.Po@am__quote@ # am--include-marker
704 -rm -f ./$(DEPDIR)/iconmgr.Po
765 -rm -f ./$(DEPDIR)/iconmgr.Po
H A Dtwm.h291 short iconmgr; /* this is an icon manager window */ member in struct:TwmWindow
H A Dadd_window.c71 #include "iconmgr.h"
181 tmp_win->iconmgr = (short) iconm;
909 if (!tmp_win->iconmgr)
929 if (!tmp_win->iconmgr) {
1098 for (p = &Scr->iconmgr; p != NULL; p = p->next) {
H A Dresize.c65 #include "iconmgr.h"
547 if (tmp_win->iconmgr) {
782 if (tmp_win->iconmgr) {
H A Devents.c63 #include "iconmgr.h"
974 SortIconManager(Tmp_win->list->iconmgr);
1803 Tmp_win = Tmp_win->list->iconmgr->twm_win;
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbasic_vars.cmake42 iconmgr.c
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc155 `ScreenInfo.iconmgr` (`Scr->iconmgr`) points to the primary icon manager.
187 for workspace #0 (`Scr->iconmgr`), you can follow `->nextv` to get to the
196 `WorkSpace.iconmgr` points to the primary _Icon Manager_ that belongs to
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c79 #include "iconmgr.h"
2031 Scr->iconmgr->geometry= (char*)(yyvsp[-1].ptr);
2032 Scr->iconmgr->columns=(yyvsp[0].num);
2041 Scr->iconmgr->geometry = (char*)(yyvsp[0].ptr);

Completed in 59 milliseconds

12