Function gtk::functions::bindings_activate_event [−][src]
pub fn bindings_activate_event<P: IsA<Object>>(
object: &P,
event: &mut EventKey
) -> bool
Expand 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