Searched refs:keysym (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixPort.h65 # include <keysym.h>
73 # include <X11/keysym.h>
/ast/src/lib/libtk/generic/
H A DtkBind.c144 Detail detail; /* Additional information, such as keysym,
299 char *name; /* Name of keysym. */
300 KeySym value; /* Numeric identifier for keysym. */
308 static Tcl_HashTable keySymTable; /* keyArray hashed by keysym value. */
309 static Tcl_HashTable nameTable; /* keyArray hashed by keysym name. */
1615 * Note: it's important for the keysym check to go before
2844 * When mapping from a keysym to a keycode, need information about
2847 * get back the original keysym.
2892 KeySym keysym;
2997 } else if (strcmp(field, "-keysym")
2870 KeySym keysym; local
3924 KeySym keysym; local
4053 KeySym keysym; local
[all...]
H A DtkTest.c398 KeySym keysym;
538 } else if (strcmp(field, "-keysym") == 0) {
539 keysym = TkStringToKeysym(value);
540 if (keysym == NoSymbol) {
541 Tcl_AppendResult(interp, "unknown keysym \"", value,
545 number = XKeysymToKeycode(event.xany.display, keysym);
547 Tcl_AppendResult(interp, "no keycode for keysym \"", value,
394 KeySym keysym; local
H A DtkInt.h758 EXTERN char * TkKeysymToString _ANSI_ARGS_((KeySym keysym));

Completed in 24 milliseconds