gdkKeyvalConvertCase {RGtk2} | R Documentation |
Obtains the upper- and lower-case versions of the keyval symbol
.
Examples of keyvals are GDK_a
, GDK_Enter
, GDK_F1
, etc.
gdkKeyvalConvertCase(symbol)
|
[numeric] a keyval |
A list containing the following elements:
|
[numeric] return location for lowercase version of symbol |
|
[numeric] return location for uppercase version of symbol |
Derived by RGtkGen from GTK+ documentation