XtCreateSelectionRequest(3X) XT FUNCTIONS XtCreateSelectionRequest(3X)NAMEXtCreateSelectionRequest - bundle multiple selection conversion
requests into a single request using MULTIPLE target
SYNTAX
void XtCreateSelectionRequest(requestor, selection)
Widget requestor;
Atom selection;
ARGUMENTS
requestor Specifies the widget making the request. Must be of class
Core or a subclass thereof.
selection Specifies the particular selection desired.
DESCRIPTION
When XtCreateSelectionRequest is called, subsequent calls to XtGetSe‐
lectionValue and XtGetSelectionValueIncremental with the requestor and
selection as specified to XtCreateSelectionRequest will be bundled into
a single selection conversion request with multiple targets. The
request is actually initiated by calling XtSendSelectionRequest.
SEE ALSOXtSendSelectionRequest(3X), XtCancelSelectionRequest(3X)X Version 11 Release 6 XtCreateSelectionRequest(3X)