gtkAccelMapLookupEntry {RGtk2}R Documentation

gtkAccelMapLookupEntry

Description

Looks up the accelerator entry for accel.path and fills in key.

Usage

gtkAccelMapLookupEntry(accel.path)

Arguments

accel.path [character] a valid accelerator path

Value

A list containing the following elements:

retval [logical] TRUE if accel.path is known, FALSE otherwise
key [GtkAccelKey] the accelerator key to be filled in (optional)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]