Widget.removeAccelerator

Removes an accelerator from widget, previously installed with gtk_widget_add_accelerator().

class Widget
int
removeAccelerator

Parameters

accelGroup AccelGroup

accel group for this widget

accelKey uint

GDK keyval of the accelerator

accelMods GdkModifierType

modifier key combination of the accelerator

Return Value

Type: int

whether an accelerator was installed and could be removed

Meta