Widget.removeAccelerator
bool removeAccelerator(gtk.accel_group.AccelGroup accelGroup, uint accelKey, gdk.types.ModifierType accelMods)Removes an accelerator from widget, previously installed with [gtk.widget.Widget.addAccelerator].
Parameters
accelGroup | accel group for this widget |
accelKey | GDK keyval of the accelerator |
accelMods | modifier key combination of the accelerator |
Returns
whether an accelerator was installed and could be removed