gdkKeyvalConvertCase {RGtk2}R Documentation

gdkKeyvalConvertCase

Description

Obtains the upper- and lower-case versions of the keyval symbol. Examples of keyvals are GDK_a, GDK_Enter, GDK_F1, etc.

Usage

gdkKeyvalConvertCase(symbol)

Arguments

symbol [numeric] a keyval

Value

A list containing the following elements:

lower [numeric] return location for lowercase version of symbol
upper [numeric] return location for uppercase version of symbol

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]