bionic (3) XmTransferStartRequest.3.gz

Provided by: libmotif-dev_2.3.8-2build1_amd64 bug

NAME

       XmTransferStartRequest  —  A  toolkit  function  that begins a MULTIPLE transfer "XmTransferStartRequest"
       "toolkit functions" "XmTransferStartRequest"

SYNOPSIS

       #include <Xm/Transfer.h>

       void XmTransferStartRequest(
       XtPointer transfer_id);

DESCRIPTION

       XmTransferStartRequest begins a MULTIPLE request.  The MULTIPLE request may contain one or more calls  to
       XmTransferValue. Your application concludes a MULTIPLE request by calling XmTransferSendRequest.

       XmTransferStartRequest is typically called by a destination callback or by a transfer procedure.

       transfer_id
                 Specifies a unique indentifier for the data transfer operation.  You should use the transfer_id
                 passed in the XmDestinationCallbackStruct or XmSelectionCallbackStruct.

       XmTransferSetParameters(3), XmTransferSendRequest(3), and XmTransferValue(3).

                                                                                       XmTransferStartRequest(3)