BindingSet.activateEvent

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

class BindingSet
static
int
activateEvent

Parameters

object ObjectG

a GObject (generally must be a widget)

event GdkEventKey*

a GdkEventKey

Return Value

Type: int

TRUE if a matching key binding was found

Meta