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:
GObject
The object on which the accelerator was activated.
The data is owned by the caller of the function. keyval
-
Type:
guint
The accelerator keyval.
modifier
-
Type:
GdkModifierType
The modifier combination of the accelerator.
The data is owned by the caller of the function.