gdkKeyvalName: gdkKeyvalName

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Converts a key value into a symbolic name. The names are the same as those in the ‘<gdk/gdkkeysyms.h>’ header file but without the leading "GDK_".

Usage

1
gdkKeyvalName(keyval)

Arguments

keyval

a key value.

Value

[character] a string containing the name of the key, or NULL if keyval is not a valid key. The string should not be modified.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkKeyvalName in RGtk2...