Function
Gtkbindings_activate
Declaration [src]
gboolean
gtk_bindings_activate (
GObject* object,
guint keyval,
GdkModifierType modifiers
)
Description [src]
Find a key binding matching keyval
and modifiers
and activate the
binding on object
.
Parameters
object
-
Type:
GObject
Object to activate when binding found.
The data is owned by the caller of the function. keyval
-
Type:
guint
Key value of the binding.
modifiers
-
Type:
GdkModifierType
Key modifier of the binding.