XtAppGetSelectionTimeout(3Xt) XtAppGetSelectionTimeout(3Xt)NAME XtAppGetSelectionTimeout, XtAppSetSelectionTimeout - get and set selection timeout values SYNOPSIS unsigned long XtAppGetSelectionTimeout(app-context) XtAppContext app-context; void XtAppSetSelectionTimeout(app-context, timeout) XtAppContext app-context; unsigned long timeout; DESCRIPTION The XtAppGetSelectionTimeout function returns the current selection timeout value, in milliseconds. The selection timeout is the time within which the two communicating ap- plications must respond to one another. The initial timeout value is set by the selectionTimeout application resource. If selectionTimeout is not specified, a default of 5 seconds is used. The XtAppSetSelectionTimeout function sets the Intrinsics's selection timeout mechanism. Note that most applications should not set the selection timeout. Arguments These functions accept the following arguments: app-context Specifies the application context. timeout Specifies the selection timeout in milliseconds. SEE ALSO XtOwnSelection(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1