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

NAME

6       XmDropTransferAdd  —  A  Drag and Drop function that enables additional
7       drop transfer entries to be processed after initiating a drop transfer
8

SYNOPSIS

10       #include <Xm/DragDrop.h>
11       void XmDropTransferAdd(
12       Widget drop_transfer,
13       XmDropTransferEntryRec *transfers,
14       Cardinal num_transfers);
15

DESCRIPTION

17       XmDropTransferAdd identifies a list of additional drop transfer entries
18       to be processed after a drop transfer is started.
19
20       drop_transfer
21                 Specifies  the  ID  of  the  DropTransfer  widget returned by
22                 XmDropTransferStart
23
24       transfers Specifies the  additional  drop  transfer  entries  that  the
25                 receiver wants processed
26
27       num_transfers
28                 Specifies the number of items in the transfers array
29
30       For a complete definition of DropTransfer and its associated resources,
31       see XmDropTransfer(3).
32
34       XmDragContext(3), XmDropTransfer(3), and XmDropTransferStart(3).
35
36
37
38                                               XmDropTransferAdd(library call)
Impressum