Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmdroptransferadd(3x) [osf1 man page]

XmDropTransferAdd(3X)													     XmDropTransferAdd(3X)

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 (drop_transfer, transfers, num_transfers) 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. Specifies the ID of the DropTransfer widget returned by XmDropTransferStart Specifies the additional drop transfer entries that the receiver wants processed Specifies the number of items in the transfers array For a complete definition of DropTransfer and its associated resources, see XmDropTransfer(3X). SEE ALSO
XmDragContext(3X), XmDropTransfer(3X), XmDropTransferStart(3X) XmDropTransferAdd(3X)

Check Out this Related Man Page

XmDropTransferStart(3X) 												   XmDropTransferStart(3X)

NAME
XmDropTransferStart - A Drag and Drop function that initiates a drop transfer SYNOPSIS
#include <Xm/DragDrop.h> Widget XmDropTransferStart (widget, arglist, argcount) Widget widget; ArgList arglist; Cardinal argcount; DESCRIPTION
XmDropTransferStart initiates a drop transfer and uses the specified argument list to initialize an XmDropTransfer object. The DropTransfer object can be manipulated with XtSetValues and XtGetValues until the last call to the XmNtransferProc procedure is made. After that point, the result of using the widget pointer is undefined. The DropTransfer object is freed by the toolkit when a transfer is complete. Speci- fies the ID of the DragContext widget associated with the transaction Specifies the argument list Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DropTransfer and its associated resources, see XmDropTransfer(3X). RETURN VALUE
Returns the ID of the DropTransfer widget. SEE ALSO
XmDragContext(3X), XmDropTransfer(3X), XmDropTransferAdd(3X) XmDropTransferStart(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies