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

NAME

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

SYNTAX

10       void XtSetMultiClickTime(Display* display, int time);
11
12       int XtGetMultiClickTime(Display* display);
13

ARGUMENTS

15       display   Specifies the display connection.
16
17       time      Specifies the multi-click time in milliseconds.
18

DESCRIPTION

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

SEE ALSO

30       X Toolkit Intrinsics - C Language Interface
31       Xlib - C Language X Interface
32
33
34
35X Version 11                      libXt 1.1.5           XtSetMultiClickTime(3)
Impressum