Searched refs:XtIsShell (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DFunctions.c93 #undef XtIsShell
95 XtIsShell(Widget object) function in typeref:typename:Boolean
H A DPopup.c58 if (!XtIsShell(widget)) {
151 if (!XtIsShell(widget)) {
H A DGetValues.c228 if (XtParent(w) != NULL && !XtIsShell(w) && XtIsConstraint(XtParent(w)) &&
242 if (XtParent(w) != NULL && !XtIsShell(w) && XtIsConstraint(XtParent(w)))
H A DEventUtil.c157 w != NULL && !XtIsShell(trace[i - 1]) && trace[i - 1] != breakWidget;
H A DKeyboard.c123 if (XtIsShell(b))
144 for (b = XtParent(b); b && !XtIsShell(b); b = XtParent(b))
421 for (shell = widget; shell && !XtIsShell(shell); shell = XtParent(shell)) {
758 if (!XtIsShell(widget) && !descendant) {
H A DDestroy.c140 if (XtParent(widget) != NULL && !XtIsShell(widget) &&
262 * popups; this test is practical only when XtIsShell() is cheap.
264 if (XtIsShell(widget) || !XtIsWidget(widget)) {
H A DSetValues.c238 hasConstraints = (XtParent(w) != NULL && !XtIsShell(w) &&
H A DVarargs.c423 if (!XtIsShell(widget) && parent && XtIsConstraint(parent)) {
H A DGeometry.c133 if (XtIsShell(widget)) {
749 for (; w != NULL && !XtIsShell(w); w = w->core.parent) {
H A DResources.c607 if (XtIsShell(widget)) {
H A DShell.c1682 while (p && !(XtIsShell(p)))
1691 while (p && !(XtIsShell(p)))
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h236 #undef XtIsShell
237 extern Boolean XtIsShell(Widget);
238 #define XtIsShell(obj) \ macro
H A DIntrinsic.h1087 #define XtIsShell(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x20)) macro
/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c539 for(parentShell=XtParent(w); parentShell&&!XtIsShell(parentShell); parentShell=XtParent(parentShell));
621 for(parentShell=XtParent(glw); parentShell&&!XtIsShell(parentShell); parentShell=XtParent(parentShell));
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am264 XtIsShell \
H A DMakefile.in582 XtIsShell \
/xsrc/external/mit/xmh/dist/
H A Dfolder.c972 while (w && !XtIsShell(w))
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c371 while (w && !XtIsShell(w))
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c1469 while (w != NULL && !XtIsShell(w))
H A DXawIm.c194 while(w && !XtIsShell(w)) w = XtParent(w);
H A DTextAction.c2817 if (XtIsShell(shell = parent))
2926 if (XtIsShell(shell))

Completed in 33 milliseconds