Searched refs:XtIsVendorShell (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DFunctions.c115 #undef XtIsVendorShell
117 XtIsVendorShell(Widget object) function in typeref:typename:Boolean
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c195 if (w && XtIsVendorShell(w)) return((VendorShellWidget)w);
1363 if (!XtIsVendorShell((Widget)vw)) return(FALSE);
1393 if (!XtIsVendorShell( w ) )
1431 if (!XtIsVendorShell( w ) ) return( w->core.height );
1443 if ( !XtIsRealized( w ) || !XtIsVendorShell( w ) ) return;
1456 if ( !XtIsVendorShell( w ) ) return;
1594 if ( !XtIsVendorShell( w ) ) return;
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am267 XtIsVendorShell \
H A DMakefile.in585 XtIsVendorShell \
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsic.h1097 #undef XtIsVendorShell
1098 extern Boolean XtIsVendorShell(Widget /* object */);
1099 #define XtIsVendorShell(widget) \ macro

Completed in 8 milliseconds