1XtAppGetSelectionTimeout(3) XT FUNCTIONS XtAppGetSelectionTimeout(3)
2
3
4
6 XtAppGetSelectionTimeout, XtAppSetSelectionTimeout - set and obtain
7 selection timeout values
8
10 unsigned long XtAppGetSelectionTimeout(XtAppContext app_context);
11
12 void XtAppSetSelectionTimeout(XtAppContext app_context, unsigned long
13 timeout);
14
16 app_context
17 Specifies the application context.
18
19 timeout Specifies the selection timeout in milliseconds.
20
22 The XtAppGetSelectionTimeout function returns the current selection
23 timeout value, in milliseconds. The selection timeout is the time
24 within which the two communicating applications must respond to one
25 another. The initial timeout value is set by the selectionTimeout
26 application resource, or, if selectionTimeout is not specified, it
27 defaults to five seconds.
28
29 The XtAppSetSelectionTimeout function sets the Intrinsics's selection
30 timeout mechanism. Note that most applications should not set the
31 selection timeout.
32
34 XtOwnSelection(3)
35 X Toolkit Intrinsics - C Language Interface
36 Xlib - C Language X Interface
37
38
39
40X Version 11 libXt 1.1.5 XtAppGetSelectionTimeout(3)