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

accelGroupaccel group for this widget
accelKeyGDK keyval of the accelerator
accelModsmodifier key combination of the accelerator

Returns

whether an accelerator was installed and could be removed