Gtk.AccelGroup::accel-activate
function callback(accel_group, acceleratable:GObject.Object, keyval:Number, modifier:Gdk.ModifierType, ):Boolean;
The accel-activate signal is an implementation detail of Gtk.AccelGroup and not meant to be used by applications.
- accel_group
instance of Gtk.AccelGroup that is emitting the signal
- acceleratable
the object on which the accelerator was activated
- keyval
the accelerator keyval
- modifier
the modifier combination of the accelerator
- Returns
true if the accelerator was activated