gtkAccelGroupDisconnectKey {RGtk2}R Documentation

gtkAccelGroupDisconnectKey

Description

Removes an accelerator previously installed through gtkAccelGroupConnect.

Usage

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

Arguments

object

the accelerator group to install an accelerator in

accel.key

key value of the accelerator

accel.mods

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.20.21 Index]