Searched refs:IconRegion (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dicons.h39 typedef struct IconRegion { struct
40 struct IconRegion *next;
45 } IconRegion; typedef in typeref:struct:IconRegion
H A Dicons.c45 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 Dscreen.h195 struct IconRegion *FirstRegion; /* pointer to icon regions */
196 struct IconRegion *LastRegion; /* pointer to the last icon region */
/xsrc/external/mit/ctwm/dist/
H A Dicons.h43 struct IconRegion *ir;
48 struct IconRegion { struct
49 struct IconRegion *next;
H A Dtypes.h10 typedef struct IconRegion IconRegion; typedef in typeref:struct:IconRegion
H A Dicons.c48 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 Dscreen.h461 /// 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 Dctwm_main.c775 // Defaults for IconRegion bits that aren't set.
776 for(IconRegion *ir = Scr->FirstRegion; ir; ir = ir->next) {
H A DCHANGES.md301 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 Dctwm.1.adoc227 `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