Manual Page Result
0
Command: XmDragCancel | Section: 3 | Source: Digital UNIX | File: XmDragCancel.3X.gz
XmDragCancel(3X) XmDragCancel(3X)
NAME
XmDragCancel - A Drag and Drop function that terminates a drag transac-
tion
SYNOPSIS
#include <Xm/DragDrop.h>
void XmDragCancel (dragcontext)
Widget dragcontext;
DESCRIPTION
XmDragCancel terminates a drag operation and cancels any pending ac-
tions of the specified DragContext. This routine can only be called by
the initiator client. Specifies the ID of the DragContext widget asso-
ciated with the drag and drop transaction to be terminated
For a complete definition of DragContext and its associated resources,
see XmDragContext(3X).
SEE ALSO
XmDragContext(3X), XmDragStart(3X)
XmDragCancel(3X)