Searched refs:XtIsWMShell (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DFunctions.c108 #undef XtIsWMShell
110 XtIsWMShell(Widget object) function in typeref:typename:Boolean
H A DShell.c1332 while ((!XtIsWMShell(w) || !((WMShellWidget) w)->wm.client_leader)
1338 if (XtIsWMShell(w) && ((WMShellWidget) w)->wm.client_leader)
1469 if (!XtIsWMShell((Widget) w) || w->shell.override_redirect)
1635 if (XtIsWMShell(wid) && !wmshell->wm.wait_for_wm) {
1783 Boolean is_wmshell = XtIsWMShell(W);
2003 if (XtIsWMShell((Widget) w))
2052 if (XtIsWMShell(gw)) {
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h241 #undef XtIsWMShell
242 extern Boolean XtIsWMShell(Widget);
243 #define XtIsWMShell(obj) \ macro
H A DIntrinsic.h1095 #define XtIsWMShell(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x40)) macro
/xsrc/external/mit/libXmu/dist/src/
H A DCvtStdSel.c230 while (parent != NULL && !XtIsWMShell(w)) {
234 if (!XtIsWMShell(w)) return False;
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am266 XtIsWMShell \
H A DMakefile.in584 XtIsWMShell \
/xsrc/external/mit/xmh/dist/
H A Dpopup.c65 while (source && !XtIsWMShell(source))

Completed in 14 milliseconds