Package: gdk

Function gdk-keyval-convert-case

Lambda List

gdk-keyval-convert-case (symbol)

Arguments

symbol -- an unsigned integer with the keyval

Return Value

lower -- an unsigned integer with the lowercase version of symbol
upper -- an unsigned integer with the uppercase version of symbol

Details

Obtains the upper-case and lower-case versions of the keyval symbol. Examples of keyvals are GDK_KEY_a, GDK_KEY_Enter, GDK_KEY_F1, etc.
 

See also

2021-12-13