logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain selection timeout values

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.

Name

       XtGetSelectionTimeout, XtSetSelectionTimeout - set and obtain selection timeout values

See Also

XtAppGetSelectionTimeout(3)
       XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                          XtGetSelectionTimeout(3)

Syntax

       #include <X11/Intrinsic.h>

       unsigned long XtGetSelectionTimeout(void);

       void XtSetSelectionTimeout(unsigned long timeout);

See Also