gtkAccelGroupDisconnectKey {RGtk2} | R Documentation |
Removes an accelerator previously installed through
gtkAccelGroupConnect
.
gtkAccelGroupDisconnectKey(object, accel.key, accel.mods)
|
[GtkAccelGroup ] the accelerator group to install an accelerator in |
|
[numeric] key value of the accelerator |
|
[GdkModifierType ] modifier combination of the accelerator |
[logical] TRUE
if there was an accelerator which could be
removed, FALSE
otherwise
Derived by RGtkGen from GTK+ documentation