from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XtGetSelectionTimeout
Section: XT COMPATIBILITY FUNCTIONS (3) Updated: libXt 1.1.5 Index
Return to Main Contents
NAME
XtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain selection timeout values
SYNTAX
-
- unsigned long XtGetSelectionTimeout(void);
-
- void XtSetSelectionTimeout(unsigned long timeout);
ARGUMENTS
- timeout
-
Specifies the selection timeout in milliseconds.
DESCRIPTION
The
XtGetSelectionTimeout
function has been superceded by
XtAppGetSelectionTimeout.
The
XtSetSelectionTimeout
function has been superceded by
XtAppSetSelectionTimeout.
SEE ALSO
XtAppGetSelectionTimeout(3)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
|