Method
GtkBindingSetactivate
Declaration [src]
gboolean
gtk_binding_set_activate (
GtkBindingSet* binding_set,
guint keyval,
GdkModifierType modifiers,
GObject* object
)
Description [src]
Find a key binding matching keyval and modifiers within
binding_set and activate the binding on object.
Parameters
keyval-
Type:
guintKey value of the binding.
modifiers-
Type:
GdkModifierTypeKey modifier of the binding.
object-
Type:
GObjectObject to activate when binding found.
The data is owned by the caller of the method.