Manual Page Result
0
Command: XtGetSelectionTimeout | Section: 3 | Source: OpenBSD | File: XtGetSelectionTimeout.3
XtGetSelectionTimeout(3) XT COMPATIBILITY FUNCTIONS 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 superseded by XtAppGetSe-
lectionTimeout.
The XtSetSelectionTimeout function has been superseded by XtAppSetSe-
lectionTimeout.
SEE ALSO
XtAppGetSelectionTimeout(3)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 libXt 1.3.0 XtGetSelectionTimeout(3)