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

NAME

6       XmDropTransferStart  —  A  Drag and Drop function that initiates a drop
7       transfer
8

SYNOPSIS

10       #include <Xm/DragDrop.h>
11       Widget XmDropTransferStart(
12       Widget widget,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmDropTransferStart initiates a drop transfer and  uses  the  specified
18       argument list to initialize an XmDropTransfer object.  The DropTransfer
19       object can be manipulated with XtSetValues and  XtGetValues  until  the
20       last  call  to the XmNtransferProc procedure is made. After that point,
21       the result of using the widget pointer is undefined.  The  DropTransfer
22       object is freed by the toolkit when a transfer is complete.
23
24       widget    Specifies  the  ID  of the DragContext widget associated with
25                 the transaction
26
27       arglist   Specifies the argument list
28
29       argcount  Specifies the number of attribute/value pairs in the argument
30                 list (arglist)
31
32       For a complete definition of DropTransfer and its associated resources,
33       see XmDropTransfer(3).
34

RETURN

36       Returns the ID of the DropTransfer widget.
37
39       XmDragContext(3), XmDropTransfer(3), and XmDropTransferAdd(3).
40
41
42
43                                             XmDropTransferStart(library call)
Impressum