xmdroptransferadd(3) - Linux man page
Name
XmDropTransferAdd - A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer
Synopsis
#include <Xm/DragDrop.h> void XmDropTransferAdd( Widget drop_transfer, XmDropTransferEntryRec *transfers, Cardinal num_transfers);
Description
XmDropTransferAdd identifies a list of additional drop transfer entries to be processed after a drop transfer is started.
- drop_transfer
- Specifies the ID of the DropTransfer widget returned by XmDropTransferStart
- transfers
Specifies the additional drop transfer entries that the receiver wants processed
- num_transfers
- Specifies the number of items in the transfers array
- For a complete definition of DropTransfer and its associated resources, see xmdroptransfer(3).
Related
xmdragcontext(3), xmdroptransfer(3), and xmdroptransferstart(3).