Signal detail or null (default)
signal callback delegate or function to connect
void callback(uint keyval, gdk.types.ModifierType modifier, gobject.closure.Closure accelClosure, gtk.accel_group.AccelGroup accelGroup)
keyval the accelerator keyval (optional)
modifier the modifier combination of the accelerator (optional)
accelClosure the #GClosure of the accelerator (optional)
accelGroup the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AccelChanged signal.
The accel-changed signal is emitted when an entry is added to or removed from the accel group.
Widgets like #GtkAccelLabel which display an associated accelerator should connect to this signal, and rebuild their visual representation if the accel_closure is theirs.