Searched refs:IconRegion (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | icons.h | 39 typedef struct IconRegion { struct 40 struct IconRegion *next; 45 } IconRegion; typedef in typeref:struct:IconRegion
|
| H A D | icons.c | 45 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp); 46 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir); 111 IconRegion *ir; 143 FindIconEntry(TwmWindow *tmp_win, IconRegion **irp) 145 IconRegion *ir; 164 struct IconRegion *ir; 206 prevIconEntry(IconEntry *ie, IconRegion *ir) 239 IconRegion *ir; 274 IconRegion *ir; 277 ir = (IconRegion *) mallo [all...] |
| H A D | screen.h | 195 struct IconRegion *FirstRegion; /* pointer to icon regions */ 196 struct IconRegion *LastRegion; /* pointer to the last icon region */
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons.h | 43 struct IconRegion *ir; 48 struct IconRegion { struct 49 struct IconRegion *next;
|
| H A D | types.h | 10 typedef struct IconRegion IconRegion; typedef in typeref:struct:IconRegion
|
| H A D | icons.c | 48 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp); 49 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir); 62 * IconRegion handling stuff, handling of IconEntry tracking, etc. 132 * Backend for parsing IconRegion config 139 IconRegion *ir; 142 ir = malloc(sizeof(IconRegion)); 185 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", ijust); 192 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", just); 199 fprintf(stderr, "ignoring invalid IconRegion argument \"%s\"\n", align); 209 * Figure out where to put a window's icon based on the IconRegion [all...] |
| H A D | screen.h | 461 /// config var. X-ref IconRegion.TitleJustification. 486 /// IconRegion.TitleJustification. That comes instead from 730 /// Head of the list of IconRegion structs on the Screen. Built out 731 /// from %IconRegion config var. 732 struct IconRegion *FirstRegion; 734 /// Tail of the list of IconRegion structs on the Screen. Used as an 737 struct IconRegion *LastRegion;
|
| H A D | ctwm_main.c | 775 // Defaults for IconRegion bits that aren't set. 776 for(IconRegion *ir = Scr->FirstRegion; ir; ir = ir->next) {
|
| H A D | CHANGES.md | 301 1. The `IconRegion` and `WindowRegion` config params both take a `vgrav 1366 1. I forgot to tell that IconRegion has now 3 more optionnal parameters 1369 IconRegionAlignement for this IconRegion. The new syntax is : 1371 IconRegion geomstring vgrav hgrav gridwidth gridheight \ 1496 icons inside their place in the IconRegion. This keyword needs a 1607 1. The IconRegion keyword now support an optionnal winlist argument.
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 227 `IconRegion`, (see below for details on the `IconRegion` variable) 233 IconRegion "IRegion" SOUTH EAST 75 25 1004 IconRegion `geomstring` `vgrav hgrav gridwidth gridheight` [`iconjust`] [`iconregjust`] [`iconregalign`] [{ `win-list` }]:: 1011 one `IconRegion` lines are given, icons will be put into the succeeding 1023 this IconRegion. 1027 Tells ctwm how to align icons inside their place in the IconRegion. 1033 Tells ctwm how to justify icons inside their place in the IconRegion. 1996 Similar to IconRegion, but for windows. Note that the `win-list` is 3129 arranged as described by the `IconRegion` variabl [all...] |
Completed in 14 milliseconds