Searched refs:XtIsSensitive (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DSimple.c319 if (!XtIsSensitive(w))
345 if (!XtIsSensitive(w))
409 if (XtIsSensitive(current) != XtIsSensitive(cnew))
482 if (XtIsSensitive(w))
H A DSmeBSB.c336 if (XtIsSensitive(w) && XtIsSensitive(XtParent(w))) {
H A DLabel.c516 gc = XtIsSensitive(gw) ? w->label.normal_GC : w->label.gray_GC;
728 XtIsSensitive(current) != XtIsSensitive(cnew));
H A DList.c731 if (XtIsSensitive(w))
746 if (XtIsSensitive(w))
1252 if (XtIsSensitive(w)) {
H A DSimpleMenu.c899 if (!XtIsSensitive(w))
915 if (!XtIsSensitive((Widget)entry))
967 if (entry == NULL || !XtIsSensitive((Widget)entry))
H A DCommand.c636 if (XtIsSensitive(w)) {
H A DTextPop.c1230 if (!XtIsSensitive(cnew)) {
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicI.h97 #define XtIsSensitive(object) \ macro
H A DIntrinsic.h577 extern Boolean XtIsSensitive(
/xsrc/external/mit/editres/dist/
H A Dsvpopup.c160 if (!XtIsSensitive(new)) {
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am391 XtIsSensitive
H A DMakefile.in709 XtIsSensitive
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c518 gc = XtIsSensitive(gw) ? w->label.normal_GC : w->label.gray_GC;
754 XtIsSensitive(current) != XtIsSensitive(new);
H A Dxfontsel.c1477 if (val->enable != XtIsSensitive(val->menu_item))
1614 if (!XtIsSensitive(currentFontName)) {
/xsrc/external/mit/libXt/dist/src/
H A DEvent.c1263 if (XtIsSensitive(gl->widget))
1373 if (XtIsSensitive(widget))
1383 && XtIsSensitive(widget)) {
1396 && XtIsSensitive(dspWidget)) {
1674 if (XtIsSensitive(child) && !child->core.being_destroyed
H A DIntrinsic.c792 #undef XtIsSensitive
794 XtIsSensitive(Widget object) function in typeref:typename:Boolean
H A DTMstate.c603 if (accelWidget && !XtIsSensitive(accelWidget) &&

Completed in 27 milliseconds