pub fn bindings_activate_event(
object: &impl IsA<Object>,
event: &mut EventKey,
) -> boolExpand description
Looks up key bindings for object to find one matching
event, and if one was found, activate it.
§object
a glib::Object (generally must be a widget)
§event
§Returns
true if a matching key binding was found