Package: gdk

Function gdk:unicode-to-keyval

Lambda List

gdk:unicode-to-keyval (unicode)

Arguments

unicode -- an unsigned integer for a ISO10646 encoded character

Return Value

The unsigned integer for the corresponding GDK key value, if one exists, or, if there is no corresponding symbol, wc | 0x01000000.

Details

Convert from a ISO10646 character to a GDK key value.
 

See also

2025-08-02