gdkKeyvalToUnicode {RGtk2}R Documentation

gdkKeyvalToUnicode

Description

Convert from a GDK key symbol to the corresponding ISO10646 (Unicode) character.

Usage

gdkKeyvalToUnicode(keyval)

Arguments

keyval [numeric] a GDK key symbol

Value

[numeric] the corresponding unicode character, or 0 if there is no corresponding character.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]