Home
last modified time | relevance | path

Searched refs:XmIsSelectionBox (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DSelectioB.h41 #ifndef XmIsSelectionBox
42 #define XmIsSelectionBox(w) XtIsSubclass((w), xmSelectionBoxWidgetClass) macro
H A DXmP.h729 #undef XmIsSelectionBox
730 #define XmIsSelectionBox(w) \ macro
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSelectioB.h40 #ifndef XmIsSelectionBox
41 #define XmIsSelectionBox(w) (XtIsSubclass (w, xmSelectionBoxWidgetClass)) macro
H A DXmP.h833 #undef XmIsSelectionBox
834 #define XmIsSelectionBox(w) \ macro
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Motif/
H A DMOTIF_SIG.ML197 val XmIsSelectionBox : Widget -> bool
H A Dml_bind.ML367 fun XmIsSelectionBox (w:Widget):bool = xcall(XCALL_XmIsSomething,34,w);
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DTextF.c3899 if ((XmIsSelectionBox(parent) || XmIsMessageBox(parent)) && XmIsDialogShell(XtParent(parent))) in activate()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dxwindows.cpp6716 case 34: i = XmIsSelectionBox (widget); break; in XmIsSomething()
/dports/audio/snd/snd-21.2/
H A Dxm.c7407 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);