Searched refs:IconMgr (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Diconmgr.h22 struct IconMgr *iconmgr;
36 struct IconMgr { struct
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
40 struct IconMgr *nextv; ///< Next workspace's icon manager head
60 IconMgr *AllocateIconManager(char *name, char *geom, char *icon_name,
67 void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win);
68 void RemoveFromIconManager(IconMgr *ip, WList *tmp);
74 void SortIconManager(IconMgr *i
[all...]
H A Dadd_window.h31 TwmWindow *AddWindow(Window w, AWType wtype, IconMgr *iconp,
H A Dtypes.h22 typedef struct IconMgr IconMgr; typedef in typeref:struct:IconMgr
H A Diconmgr.c100 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
101 for(IconMgr *p = q; p != NULL; p = p->next) {
196 "CreateIconManagers: IconMgr %p: twm_win=%p win=0x%lx "
243 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
244 for(IconMgr *p = q; p != NULL; p = p->next) {
266 IconMgr *AllocateIconManager(char *name, char *icon_name, char *geom,
269 IconMgr *p;
284 p = calloc(1, sizeof(IconMgr));
318 IconMgr *imfirst; // First IM on each workspace
333 IconMgr *i
[all...]
H A Dworkspace_structs.h70 IconMgr *iconmgr;
H A Dfunctions_icmgr_wsmgr.c76 IconMgr *i;
139 IconMgr *i;
H A Dtwm_window_struct.h199 struct IconMgr *iconmgrp;
H A Dscreen.h569 /// name pattern to the IconMgr structure it should go in. All the
728 IconMgr *iconmgr;
H A Dworkspace_utils.c52 IconMgr *iconmgr;
H A Dadd_window.c113 AddWindow(Window w, AWType wtype, IconMgr *iconp, VirtualScreen *vs)
1960 IconMgr *p;
H A Doccupation.c551 IconMgr *save;
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.h43 struct IconMgr *iconmgr;
55 typedef struct IconMgr { struct
56 struct IconMgr *next; /* pointer to the next icon manager */
57 struct IconMgr *prev; /* pointer to the previous icon mgr */
58 struct IconMgr *lasti; /* pointer to the last icon mgr */
71 } IconMgr; typedef in typeref:struct:IconMgr
79 extern IconMgr *AllocateIconManager(char *name, char *icon_name, char *geom,
86 extern void PackIconManager(IconMgr *ip);
88 extern void SortIconManager(IconMgr *ip);
H A Dadd_window.h68 extern TwmWindow *AddWindow(Window w, int iconm, IconMgr *iconp);
H A Diconmgr.c45 static void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win);
59 IconMgr *p;
122 IconMgr *
125 IconMgr *p;
136 p = (IconMgr *) malloc(sizeof(IconMgr));
173 IconMgr *ip;
288 IconMgr *ip, *tmp_ip = NULL;
357 IconMgr *ip;
369 if ((ip = (IconMgr *) LookInLis
[all...]
H A Dscreen.h194 IconMgr iconmgr; /* default icon manager */
H A Dtwm.h295 struct IconMgr *iconmgrp; /* pointer to it if this is an icon manager */
H A Dadd_window.c147 AddWindow(Window w, int iconm, IconMgr *iconp)
1057 IconMgr *p;
H A Devents.c1311 Tmp_win = AddWindow(Event.xany.window, FALSE, (IconMgr *) NULL);
H A Dmenus.c1321 SortIconManager((IconMgr *) NULL);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc150 windows will be placed in them. Let's call them the primary `IconMgr`
151 and secondary ``IconMgr``s. There is nothing stopping you from
156 The secondary ones are linked to it via `IconMgr.next` and `.prev`.
167 - `IconMgr.lasti`
168 - how `IconMgr.first` `.last` `.active` (``WList``s) are related to the
179 So both the `IconMgr` and the ``WList``s are replicated for each
180 workspace. These instances are linked via `IconMgr.nextv` and
183 The replicated instances are created after the first `IconMgr`, in
186 If we believe `CreateIconManagers()`, then from the primary `IconMgr`
189 `->next` to get to the secondary ``IconMgr``
[all...]
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc726 IconMgr "top_left_arrow"

Completed in 33 milliseconds