Name
XtAppGetSelectionTimeout — get the current selection timeout value.
Synopsis
unsigned int XtAppGetSelectionTimeout(app_context)
XtAppContext app_context;
Arguments
app_context
Specifies the application context.
Description
XtAppGetSelectionTimeout returns the current selection timeout value for the specified application context, in milliseconds. 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). A new value can be set by a call to XtAppSetSelectionTimeout.