DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmDropTransferStart(X3mot)


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.

refwidget
Specifies the ID of the DragContext widget associated with the transaction

arglist
Specifies the argument list

argcount
Specifies the number of attribute/value pairs in the argument list (arglist)

For a complete definition of DropTransfer and its associated resources, see XmDropTransfer(X3mot).

Return values

Returns the ID of the DropTransfer widget.

References

XmDragContext(X3mot), XmDropTransfer(X3mot) and XmDropTransferAdd(X3mot).
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004