![]() |
![]()
| ![]() |
![]()
NAMEXmDragStart — A Drag and Drop function that initiates a drag and drop transaction SYNOPSIS#include <Xm/DragDrop.h> Widget XmDragStart( Widget widget, XEvent *event, ArgList arglist, Cardinal argcount); DESCRIPTIONXmDragStart initiates a drag operation. This routine returns the DragContext widget that it initializes for the associated drag transaction. The toolkit is responsible for freeing the DragContext when the drag and drop transaction is complete.
For a complete definition of DragContext and its associated resources, see XmDragContext(3). RETURNReturns the ID of the DragContext widget that controls this drag and drop transaction. Returns NULL if the drag cannot be initiated. RELATEDXmDragCancel(3) and XmDragContext(3).
|