Searched refs:XmIsSelectionBox (Results 1 – 9 of 9) sorted by relevance
41 #ifndef XmIsSelectionBox42 #define XmIsSelectionBox(w) XtIsSubclass((w), xmSelectionBoxWidgetClass) macro
729 #undef XmIsSelectionBox730 #define XmIsSelectionBox(w) \ macro
40 #ifndef XmIsSelectionBox41 #define XmIsSelectionBox(w) (XtIsSubclass (w, xmSelectionBoxWidgetClass)) macro
833 #undef XmIsSelectionBox834 #define XmIsSelectionBox(w) \ macro
197 val XmIsSelectionBox : Widget -> bool
367 fun XmIsSelectionBox (w:Widget):bool = xcall(XCALL_XmIsSomething,34,w);
3899 if ((XmIsSelectionBox(parent) || XmIsMessageBox(parent)) && XmIsDialogShell(XtParent(parent))) in activate()
6716 case 34: i = XmIsSelectionBox (widget); break; in XmIsSomething()
7407 return(C_bool_to_Xen_boolean(XmIsSelectionBox(Xen_to_C_Widget(arg))));15140 if (XmIsSelectionBox(w)) return(GXM_Selection);22719 XM_define_procedure(XmIsSelectionBox, gxm_XmIsSelectionBox_w, 1, 0, 0, H_XmIsSelectionBox);