gtkAccelGroupConnectByPath {RGtk2}R Documentation

gtkAccelGroupConnectByPath

Description

Installs an accelerator in this group, using an accelerator path to look up the appropriate key and modifiers (see gtkAccelMapAddEntry). When accel.group is being activated in response to a call to gtkAccelGroupsActivate, closure will be invoked if the accel.key and accel.mods from gtkAccelGroupsActivate match the key and modifiers for the path.

Usage

gtkAccelGroupConnectByPath(object, accel.path, closure)

Arguments

object [GtkAccelGroup] the accelerator group to install an accelerator in
accel.path [character] path used for determining key and modifiers.
closure [GClosure] closure to be executed upon accelerator activation

Details

The signature used for the closure is that of GtkAccelGroupActivate.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]