Name
XtAppSetSelectionTimeout — set the Intrinsics selection timeout.
Synopsis
void XtAppSetSelectionTimeout(app_context, timeout)
XtAppContext app_context;
unsigned long timeout;
Arguments
app_context
Specifies the application context.
timeoutSpecifies the selection timeout in milliseconds.
Description
XtAppSetSelectionTimeout sets the Intrinsics selection timeout value for the specified application context. The selection timeout is the time within which the two communicating applications must respond to one another. The initial timeout value is set by the selectionTimeout application resource, or if selectionTimeout is not specified, it defaults to 5000 milliseconds (5 seconds).
The current timeout value can be retrieved by a call to XtAppGetSelectionTimeout.