|
NAMEXtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain selection timeout valuesSYNTAX#include <X11/Intrinsic.h>unsigned long XtGetSelectionTimeout(void); void XtSetSelectionTimeout(unsigned long timeout); ARGUMENTS
DESCRIPTIONThe XtGetSelectionTimeout function has been superceded by XtAppGetSelectionTimeout.The XtSetSelectionTimeout function has been superceded by XtAppSetSelectionTimeout. SEE ALSOXtAppGetSelectionTimeout(3)X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |