BindingSet.activate

Find a key binding matching keyval and modifiers and activate the binding on object.

  1. int activate(ObjectGtk object, uint keyval, GdkModifierType modifiers)
    class BindingSet
  2. int activate(uint keyval, GdkModifierType modifiers, ObjectGtk object)

Parameters

object ObjectGtk

object to activate when binding found

keyval uint

key value of the binding

modifiers GdkModifierType

key modifier of the binding

Return Value

Type: int

TRUE if a binding was found and activated

Meta