bindings_activate_event
Description:
[
Version ( since =
"2.4" ) ]
public bool bindings_activate_event (
Object object,
EventKey event)
Looks up key bindings for object
to find one matching event
, and if one was found, activate it.
Parameters:
object |
a Object (generally must be a widget)
|
event |
a EventKey
|
Returns:
true if a matching key binding was found
|