Keymap.gdkUnicodeToKeyval

Convert from a ISO10646 character to a key symbol. Since 2.0

class Keymap
static
uint
gdkUnicodeToKeyval
(
uint wc
)

Parameters

wc uint

a ISO10646 encoded character

Return Value

Type: uint

the corresponding GDK key symbol, if one exists. or, if there is no corresponding symbol, wc | 0x01000000 Signal Details The "direction-changed" signal void user_function (GdkKeymap *keymap, gpointer user_data) : Run Last The ::direction-changed signal gets emitted when the direction of the keymap changes.

Meta