Home
last modified time | relevance | path

Searched refs:DC_SrcShell (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDragC.c801 cbs.ds.window = XtWindow(DC_SrcShell(dc)); in maybe_send_drag_message()
965 cbs.ds.window = XtWindow(DC_SrcShell(dc)); in invoke_initiator_callback()
1756 if (XtWindow(DC_SrcShell(dc)) == win) in get_current_receiver()
1760 deltax = DC_StartX(dc) - XtX(DC_SrcShell(dc)); in get_current_receiver()
1864 fw = XmGetFocusWidget(DC_SrcShell(dc)); in drag_main_loop()
1884 XtSetKeyboardFocus(DC_SrcShell(dc), NULL); in drag_main_loop()
1892 XtWindow(DC_SrcShell(dc))); in drag_main_loop()
1945 XtSetKeyboardFocus(DC_SrcShell(dc), fw); in drag_main_loop()
2379 DC_SrcShell(dc) = _XmFindTopMostShell(srcW); in _XmDCStartDrag()
2380 DC_SrcWindow(dc) = XtWindow(DC_SrcShell(dc)); in _XmDCStartDrag()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h851 #define DC_SrcShell(w) \ macro