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