gdkUnicodeToKeyval {RGtk2}R Documentation

gdkUnicodeToKeyval

Description

Convert from a ISO10646 character to a key symbol.

Usage

gdkUnicodeToKeyval(wc)

Arguments

wc [numeric] a ISO10646 encoded character

Value

[numeric] the corresponding GDK key symbol, if one exists. or, if there is no corresponding symbol, wc | 0x01000000

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]