Signal detail or null (default)
signal callback delegate or function to connect
bool callback(gobject.object.ObjectWrap acceleratable, uint keyval, gdk.types.ModifierType modifier, gtk.accel_group.AccelGroup accelGroup)
acceleratable the object on which the accelerator was activated (optional)
keyval the accelerator keyval (optional)
modifier the modifier combination of the accelerator (optional)
accelGroup the instance the signal is connected to (optional)
Returns true if the accelerator was activated
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AccelActivate signal.
The accel-activate signal is an implementation detail of #GtkAccelGroup and not meant to be used by applications.