Home
last modified time | relevance | path

Searched refs:XmIsDragContext (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DDragC.h40 #ifndef XmIsDragContext
41 #define XmIsDragContext(w) XtIsSubclass(w, xmDragContextClass) macro
H A DXmP.h693 #undef XmIsDragContext
694 #define XmIsDragContext(w) \ macro
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDragC.h50 #ifndef XmIsDragContext
51 #define XmIsDragContext(w) XtIsSubclass(w,xmDragContextClass) macro
H A DDisplay.c747 if ((XmIsDragContext((Widget) dc)) && (CHECK_TIME(dc, time)) && in XmGetDragContext()
772 if ((XmIsDragContext((Widget) dc)) && in _XmGetDragContextFromHandle()
799 if ((XmIsDragContext((Widget) dc)) && in FindDC()
H A DXmP.h797 #undef XmIsDragContext
798 #define XmIsDragContext(w) \ macro
H A DDropSMgr.c3581 if (XmIsDragContext(widget)) in RetrieveInfo()
4770 if ((!XmIsDragContext(widget)) || (GetDSRemote(info))) in _XmGetActiveDropSite()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDisplay.c629 if (XmIsDragContext(dc)) in _XmGetDragContextFromHandle()
704 if (XmIsDragContext(MGR_Children(disp)[i])) in XmGetDragContext()
H A DDropSMgr.c1160 if (XmIsDragContext(widget)) in __XmDSMRetrieveInfo()
/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DMatrix.c1354 if ((!XmIsDragContext(w)) && (!XtIsSubclass(w, xmDragIconObjectClass)))
/dports/audio/snd/snd-21.2/
H A Dxm.c7414 return(C_bool_to_Xen_boolean(XmIsDragContext(Xen_to_C_Widget(arg))));
15141 if (XmIsDragContext(w))
22720 XM_define_procedure(XmIsDragContext, gxm_XmIsDragContext_w, 1, 0, 0, H_XmIsDragContext);
/dports/editors/nedit/nedit-5.7/Microline/XmL/
H A DGrid.c7363 if (!XmIsDragContext(w)) in DragConvert()