1XtSetMultiClickTime(3)           XT FUNCTIONS           XtSetMultiClickTime(3)
2
3
4

NAME

6       XtSetMultiClickTime, XtGetMultiClickTime - set and get multi-click
7       times
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       void XtSetMultiClickTime(Display* display, int time);
13
14       int XtGetMultiClickTime(Display* display);
15

ARGUMENTS

17       display   Specifies the display connection.
18
19       time      Specifies the multi-click time in milliseconds.
20

DESCRIPTION

22       XtSetMultiClickTime sets the time interval used by the translation man‐
23       ager to determine when multiple events are interpreted as a repeated
24       event.
25
26       XtGetMultiClickTime returns the time in milliseconds that the transla‐
27       tion manager uses to determine if multiple events are to be interpreted
28       as a repeated event for purposes of matching a translation entry con‐
29       taining a repeat count.
30

SEE ALSO

32       X Toolkit Intrinsics - C Language Interface
33       Xlib - C Language X Interface
34
35
36
37X Version 11                     libXt 1.1.5.1          XtSetMultiClickTime(3)
Impressum