gtkWidgetRemoveAccelerator {RGtk2} | R Documentation |
Removes an accelerator from widget
, previously installed with
gtkWidgetAddAccelerator
.
gtkWidgetRemoveAccelerator(object, accel.group, accel.key, accel.mods)
|
[GtkWidget ] widget to install an accelerator on |
|
[GtkAccelGroup ] accel group for this widget |
|
[numeric] GDK keyval of the accelerator |
|
[GdkModifierType ] modifier key combination of the accelerator |
[logical] whether an accelerator was installed and could be removed
Derived by RGtkGen from GTK+ documentation