manpagez: man pages & more
man XmDropTransferAdd(3)
Home | html | info | man
XmDropTransferAdd(library call)                XmDropTransferAdd(library call)




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).



                                               XmDropTransferAdd(library call)

openMotif 2.3.1 - Generated Sun Nov 30 13:56:42 CST 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.