Searched refs:iconic (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xman/dist/ |
| H A D | main.c | 76 {"iconic", XtCBoolean, XtRBoolean, sizeof(Boolean), 77 Offset(iconic), XtRString, "False"}, 111 {"-iconic", "iconic", XrmoptionNoArg, (caddr_t) "True"},
|
| H A D | man.h | 192 Boolean iconic; /* Should topBox come up in an iconic state */ member in struct:_Xman_Resources
|
| H A D | buttons.c | 87 XtSetArg(arglist[num_args], XtNiconic, resources.iconic);
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | ShellP.h | 288 Boolean iconic; member in struct:__anon46fc50251008
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 562 Offset(topLevel.iconic), XtRImmediate, (XtPointer)False} 1103 if (w->topLevel.iconic) 1663 ((TopLevelShellWidget) wid)->topLevel.iconic = FALSE; 1674 ((TopLevelShellWidget) wid)->topLevel.iconic = TRUE; 2520 if (new->topLevel.iconic != old->topLevel.iconic) { 2521 if (new->topLevel.iconic) 2562 else if (new->topLevel.iconic != old->topLevel.iconic) { 2563 if (new->topLevel.iconic) [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 364 Boolean iconic = 0; local in function:TekInit 367 XtSetArg(myArgs[nargs], XtNiconic, &iconic); 372 XtSetArg(myArgs[nargs], XtNiconic, iconic);
|
| H A D | menu.c | 3309 Boolean iconic = 0; local in function:ShowToolbar 3312 XtNiconic, &iconic, 3315 if (iconic) {
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1778 is given, only those windows will be started iconic. This is useful for 1779 programs that do not support an `-iconic` command line option or
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 2159 * The `-iconic` flag is honored.
|
Completed in 20 milliseconds