gtkAccelGroupDisconnectKey {RGtk2}R Documentation

gtkAccelGroupDisconnectKey

Description

Removes an accelerator previously installed through gtkAccelGroupConnect.

Usage

gtkAccelGroupDisconnectKey(object, accel.key, accel.mods)

Arguments

object [GtkAccelGroup] the accelerator group to install an accelerator in
accel.key [numeric] key value of the accelerator
accel.mods [GdkModifierType] modifier combination of the accelerator

Value

[logical] TRUE if there was an accelerator which could be removed, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]