Widget.removeAccelerator

Removes an accelerator from widget, previously installed with gtk.widget.Widget.addAccelerator.

Parameters

accelGroup gtk.accel_group.AccelGroup

accel group for this widget

accelKey uint

GDK keyval of the accelerator

accelMods gdk.types.ModifierType

modifier key combination of the accelerator

Return Value

Type: bool

whether an accelerator was installed and could be removed