1XmTransferSendRequest(library call)        XmTransferSendRequest(library call)
2
3
4

NAME

6       XmTransferSendRequest  —  A  toolkit function that transfers a MULTIPLE
7       request
8

SYNOPSIS

10       #include <Xm/Transfer.h>
11
12       void XmTransferSendRequest(
13       XtPointer transfer_id,
14       Time time);
15

DESCRIPTION

17       XmTransferSendRequest marks the end of a MULTIPLE  request  started  by
18       XmTransferStartRequest.
19
20       transfer_id
21                 Specifies  a  unique indentifier for the data transfer opera‐
22                 tion.
23
24       time      Specifies the time of the  XEvent  that  triggered  the  data
25                 transfer.   You  should  typically  set this field to XtLast‐
26                 TimestampProcessed.
27
29       XmTransferSetParameters(3), XmTransferStartRequest(3), and  XmTransfer‐
30       Value(3).
31
32
33
34                                           XmTransferSendRequest(library call)
Impressum