logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmDropTransferStart — A Drag and Drop function that initiates a drop transfer "XmDropTransferStart" "Drag

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.

       widget    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(3).

Name

XmDropTransferStart — A Drag and Drop function that initiates a drop transfer "XmDropTransferStart" "Drag
       and Drop functions" "XmDropTransferStart"

Return

       Returns the ID of the DropTransfer widget.

Synopsis

       #include <Xm/DragDrop.h>
       WidgetXmDropTransferStart(
       Widgetwidget,
       ArgListarglist,
       Cardinalargcount);

See Also