Manual Page Result
0
Command: XtSetSelectionTimeout | Section: 3 | Source: NetBSD | File: XtSetSelectionTimeout.3
XtGetSelectionTimeout(3) Library Functions Manual XtGetSelectionTimeout(3)
NAME
XtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain selection
timeout values
SYNTAX
#include <X11/Intrinsic.h>
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 XtAppGetSe-
lectionTimeout.
The XtSetSelectionTimeout function has been superceded by XtAppSetSe-
lectionTimeout.
SEE ALSO
XtAppGetSelectionTimeout(3)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
XT COMPATIBILITY FUNCTIONS X Version 11 XtGetSelectionTimeout(3)