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:
GObjectObject to activate when binding found.
The data is owned by the caller of the function. keyval-
Type:
guintKey value of the binding.
modifiers-
Type:
GdkModifierTypeKey modifier of the binding.