Searched refs:XtIsComposite (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DSetSens.c96 if (widget->core.sensitive && XtIsComposite(widget)) {
127 if (widget->core.ancestor_sensitive && XtIsComposite(widget)) {
H A DFunctions.c79 #undef XtIsComposite
81 XtIsComposite(Widget object) function in typeref:typename:Boolean
H A DManage.c96 if (XtIsComposite((Widget) parent)) {
227 if (XtIsComposite((Widget) parent)) {
461 if (!XtIsComposite(parent)) {
H A DDestroy.c87 if (XtIsComposite(widget)) {
231 if (!isPopup && parent && XtIsComposite(parent)) {
H A DResConfig.c776 if (XtIsComposite(parent))
786 if (XtIsComposite(parent)) {
H A DIntrinsic.c218 if (XtIsComposite(widget)) {
361 if (XtIsComposite(widget)) {
415 if (XtIsComposite(widget)) {
592 if (XtIsComposite(root)) {
H A DCreate.c482 if (XtIsComposite(parent)) {
541 if (XtIsComposite(parent)) {
H A DGeometry.c183 if (XtIsComposite(parent)) {
201 if (parent && !XtIsComposite(parent)) {
H A DTMstate.c2188 if (XtIsComposite(source)) {
/xsrc/external/mit/libXmu/dist/src/
H A DStrToWidg.c70 if (XtIsComposite(parent)) {
91 if (XtIsComposite(parent)) {
156 if (XtIsComposite(parent)) {
173 if (XtIsComposite(parent)) {
H A DEditresCom.c734 if (XtIsComposite(parent) && normal)
795 if (XtIsComposite(parent) && normal)
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h226 #undef XtIsComposite
227 extern Boolean XtIsComposite(Widget);
228 #define XtIsComposite(obj) \ macro
H A DIntrinsic.h1085 #define XtIsComposite(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x08)) macro
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am262 XtIsComposite \
H A DMakefile.in580 XtIsComposite \
/xsrc/external/mit/libXaw/dist/src/
H A DList.c421 if (XtIsComposite(XtParent(w)))

Completed in 24 milliseconds