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

/xsrc/external/mit/libXt/dist/src/
H A DFunctions.c144 #undef XtIsTopLevelShell
146 XtIsTopLevelShell(Widget object) function in typeref:typename:Boolean
H A DResConfig.c189 if ((XtIsTopLevelShell(cur)) && (XtParent(cur) == NULL)) {
H A DShell.c1070 if (XtIsTopLevelShell(new) &&
1491 if (XtIsTopLevelShell((Widget) w)) {
1542 (XtIsTopLevelShell((Widget) w)) ? &icon_name : NULL,
1662 if (XtIsTopLevelShell(wid)) {
1673 if (XtIsTopLevelShell(wid))
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h246 #undef XtIsTopLevelShell
247 extern Boolean XtIsTopLevelShell(Widget);
248 #define XtIsTopLevelShell(obj) \ macro
H A DIntrinsic.h1108 #define XtIsTopLevelShell(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x80)) macro
/xsrc/external/mit/libXmu/dist/src/
H A DCvtStdSel.c151 * to applicationShellWidgetClass. XtIsTopLevelShell is known
161 if (!XtIsTopLevelShell(w))
H A DEditresCom.c1126 * to applicationShellWidgetClass. XtIsTopLevelShell is known
1136 if (!XtIsTopLevelShell(w))
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am269 XtIsTopLevelShell \
H A DMakefile.in587 XtIsTopLevelShell \
/xsrc/external/mit/xmh/dist/
H A Dscreen.c422 while (w && ! XtIsTopLevelShell(w))

Completed in 18 milliseconds