BindingSet.bindingsActivate

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

class BindingSet
static
bool
bindingsActivate
(,
uint keyval
,
GdkModifierType modifiers
)

Parameters

object ObjectG

object to activate when binding found

keyval uint

key value of the binding

modifiers GdkModifierType

key modifier of the binding

Return Value

Type: bool

%TRUE if a binding was found and activated

Meta