AccelGroup.disconnectKey

Removes an accelerator previously installed through gtk.accel_group.AccelGroup.connect.

class AccelGroup
bool
disconnectKey

Parameters

accelKey uint

key value of the accelerator

accelMods gdk.types.ModifierType

modifier combination of the accelerator

Return Value

Type: bool

true if there was an accelerator which could be removed, false otherwise