Searched refs:IconMgr (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | iconmgr.h | 22 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 D | add_window.h | 31 TwmWindow *AddWindow(Window w, AWType wtype, IconMgr *iconp,
|
| H A D | types.h | 22 typedef struct IconMgr IconMgr; typedef in typeref:struct:IconMgr
|
| H A D | iconmgr.c | 100 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 D | workspace_structs.h | 70 IconMgr *iconmgr;
|
| H A D | functions_icmgr_wsmgr.c | 76 IconMgr *i; 139 IconMgr *i;
|
| H A D | twm_window_struct.h | 199 struct IconMgr *iconmgrp;
|
| H A D | screen.h | 569 /// name pattern to the IconMgr structure it should go in. All the 728 IconMgr *iconmgr;
|
| H A D | workspace_utils.c | 52 IconMgr *iconmgr;
|
| H A D | add_window.c | 113 AddWindow(Window w, AWType wtype, IconMgr *iconp, VirtualScreen *vs) 1960 IconMgr *p;
|
| H A D | occupation.c | 551 IconMgr *save;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.h | 43 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 D | add_window.h | 68 extern TwmWindow *AddWindow(Window w, int iconm, IconMgr *iconp);
|
| H A D | iconmgr.c | 45 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 D | screen.h | 194 IconMgr iconmgr; /* default icon manager */
|
| H A D | twm.h | 295 struct IconMgr *iconmgrp; /* pointer to it if this is an icon manager */
|
| H A D | add_window.c | 147 AddWindow(Window w, int iconm, IconMgr *iconp) 1057 IconMgr *p;
|
| H A D | events.c | 1311 Tmp_win = AddWindow(Event.xany.window, FALSE, (IconMgr *) NULL);
|
| H A D | menus.c | 1321 SortIconManager((IconMgr *) NULL);
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | principles.adoc | 150 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 D | ctwm.1.adoc | 726 IconMgr "top_left_arrow"
|
Completed in 33 milliseconds