1XmDragCancel(library call)                          XmDragCancel(library call)
2
3
4

NAME

6       XmDragCancel — A Drag and Drop function that terminates a drag transac‐
7       tion
8

SYNOPSIS

10       #include <Xm/DragDrop.h>
11       void XmDragCancel(
12       Widget dragcontext);
13

DESCRIPTION

15       XmDragCancel terminates  a  drag  operation  and  cancels  any  pending
16       actions  of  the specified DragContext. This routine can only be called
17       by the initiator client.
18
19       dragcontext
20                 Specifies the ID of the DragContext  widget  associated  with
21                 the drag and drop transaction to be terminated
22
23       For  a complete definition of DragContext and its associated resources,
24       see XmDragContext(3).
25
27       XmDragContext(3) and XmDragStart(3).
28
29
30
31                                                    XmDragCancel(library call)
Impressum