Widget.removeAccelerator

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

class Widget
bool
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: bool

whether an accelerator was installed and could be removed

Meta