Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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  XtAppGetSelec-
     tionTimeout.

     The  XtSetSelectionTimeout  function  has been superseded by XtAppSetSelec-
     tionTimeout.

SEE ALSO
     XtAppGetSelectionTimeout(3)
     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

X Version 11			   libXt 1.3.1		XtGetSelectionTimeout(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XtSetSelectionTimeout&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help