BindingSet.bindingsActivateEvent

Looks up key bindings for @object to find one matching @event, and if one was found, activate it.

class BindingSet
static
bool
bindingsActivateEvent
(,
GdkEventKey* event
)

Parameters

object ObjectG

a #GObject (generally must be a widget)

event GdkEventKey*

a #GdkEventKey

Return Value

Type: bool

%TRUE if a matching key binding was found

Meta