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

NAME

6       XtGetKeysymTable, XtKeysymToKeycodeList - query keysyms and keycodes
7

SYNTAX

9       Keysym* XtGetKeysymTable(Display* display, KeyCode* min_keycode_return,
10              int *keysyms_per_keycode_return);
11
12       void XtKeysymToKeycodeList(Display* display, KeySym keysym, KeyCode**
13              keycodes_return, Cardinal* keycount_return);
14

ARGUMENTS

16       display   Specifies the display whose table is required.
17
18       min_keycode_return
19                 Returns the minimum KeyCode valid for the display.
20
21       keysyms_per_keycode_return
22              Returns the number of KeySyms stored for each KeyCode.
23
24       keysym    Specifies the KeySym for which to search.
25
26       keycodes_return
27                 Returns a list of KeyCodes that have keysym associated with
28                 them, or NULL if keycount_return is 0.
29
30       keycount_return
31                 Returns the number of KeyCodes in the keycode list.
32

DESCRIPTION

34       XtGetKeysymTable returns a pointer to the Intrinsics' copy of the
35       server's KeyCode-to-KeySym table. This table must not be modified.
36
37       The XtKeysymToKeycodeList procedure returns all the KeyCodes that have
38       keysym in their entry for the keyboard mapping table associated with
39       display.  The caller should free the storage pointed to by key‐
40       codes_return using XtFree when it is no longer useful.
41

SEE ALSO

43       X Toolkit Intrinsics - C Language Interface
44       Xlib - C Language X Interface
45
46
47
48X Version 11                      libXt 1.1.5              XtGetKeysymTable(3)
Impressum