1XtAppGetSelectionTimeout(3) XT FUNCTIONS XtAppGetSelectionTimeout(3)
2
3
4
6 XtAppGetSelectionTimeout, XtAppSetSelectionTimeout - set and obtain
7 selection 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
27 another. The initial timeout value is set by the selectionTimeout
28 application resource, or, if selectionTimeout is not specified, it
29 defaults to five seconds.
30
31 The XtAppSetSelectionTimeout function sets the Intrinsics's selection
32 timeout mechanism. Note that most applications should not set the
33 selection 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.0 XtAppGetSelectionTimeout(3)