Signal
GtkAccelGroup::accel-changed
Declaration
void
accel_changed (
GtkAccelGroup* self,
guint keyval,
GdkModifierType* modifier,
GClosure* accel_closure,
gpointer user_data
)
Description [src]
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.
| Default handler: The default handler is called before the handlers added via |
| The signal can be detailed |
Parameters
keyval-
Type:
guintThe accelerator keyval.
modifier-
Type:
GdkModifierTypeThe modifier combination of the accelerator.
The data is owned by the caller of the function. accel_closure-
Type:
GClosureThe
GClosureof the accelerator.The data is owned by the caller of the function.