Signal
GtkAccelGroup::accel-activate
Declaration
gboolean
accel_activate (
GtkAccelGroup* self,
GObject* acceleratable,
guint keyval,
GdkModifierType* modifier,
gpointer user_data
)
Description [src]
The accel-activate signal is an implementation detail of
GtkAccelGroup and not meant to be used by applications.
| Default handler: |
| The signal can be detailed |
Parameters
acceleratable-
Type:
GObjectThe object on which the accelerator was activated.
The data is owned by the caller of the function. keyval-
Type:
guintThe accelerator keyval.
modifier-
Type:
GdkModifierTypeThe modifier combination of the accelerator.
The data is owned by the caller of the function.