1XtGetSelectionRequest(3)         XT FUNCTIONS         XtGetSelectionRequest(3)
2
3
4

NAME

6       XtGetSelectionRequest - retrieve the event that triggered the XtCon‐
7       vertSelectionProc
8

SYNTAX

10       XSelectionRequestEvent* XtGetSelectionRequest(Widget w, Atom selection,
11              XtRequestId request_id);
12

ARGUMENTS

14       w         Specifies the widget.
15
16       selection Specifies the selection being processed.
17
18       request_id
19                 Specifies the requestor id in the case of incremental selec‐
20                 tions, or NULL in the case of atomic transfers.
21

DESCRIPTION

23       XtGetSelectionRequest may only be called from within an XtConvertSelec‐
24       tionProc procedure and returns a pointer to the SelectionRequest event
25       that caused the conversion procedure to be invoked. Request_id speci‐
26       fies a unique id for the individual request in the case that multiple
27       incremental transfers are outstanding. For atomic transfers, request_id
28       must be specified as NULL. If no SelectionRequest event is being pro‐
29       cessed for the specified widget, selection, and request_id, XtGet‐
30       SelectionRequest returns NULL.
31

SEE ALSO

33       X Toolkit Intrinsics - C Language Interface
34       Xlib - C Language X Interface
35
36
37
38X Version 11                      libXt 1.1.5         XtGetSelectionRequest(3)
Impressum