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: guint

Key value of the binding.

modifiers

Type: GdkModifierType

Key modifier of the binding.

object

Type: GObject

Object to activate when binding found.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if a binding was found and activated.