Last chance! 50% off unlimited learning
Sale ends in
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
gdkKeyvalToLower: gdkKeyvalToLower
Description
Converts a key value to lower case, if applicable.
Usage
gdkKeyvalToLower(keyval)
Arguments
keyval
[numeric] a key value.
Value
[numeric] the lower case form of
keyval
, or
keyval
itself if it is already in lower case or it is not subject to case conversion.