accel_changed
Description:
public virtual signal void accel_changed (uint keyval, ModifierType modifier, Closure accel_closure)
The accel-changed signal is emitted when an entry is added to or removed from the accel group.
Widgets like AccelLabel which display an associated accelerator should connect to
this signal, and rebuild their visual representation if the accel_closure
is theirs.
Parameters:
keyval |
the accelerator keyval |
modifier |
the modifier combination of the accelerator |
accel_closure |
the Closure of the accelerator |