logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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