XtGetSelectionTimeout(3) XT COMPATIBILITY FUNCTIONS
XtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain
selection timeout values
#include <X11/Intrinsic.h>
unsigned long XtGetSelectionTimeout(void);
void XtSetSelectionTimeout(unsigned long timeout);
timeout Specifies the selection timeout in milliseconds.
The XtGetSelectionTimeout function has been superseded by
XtAppGetSelectionTimeout.
The XtSetSelectionTimeout function has been superseded by
XtAppSetSelectionTimeout.
XtAppGetSelectionTimeout(3)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 libXt 1.3.1 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
XtAppGetSelectionTimeout.
The XtSetSelectionTimeout function has been superseded by
XtAppSetSelectionTimeout.
SEE ALSO
XtAppGetSelectionTimeout(3)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 libXt 1.3.1 XtGetSelectionTimeout(3)