ActionMap.lookupAction
gio.action.Action lookupAction(string actionName)Looks up the action with the name action_name in action_map.
If no such action exists, returns null.
Parameters
actionName | the name of an action |
Returns
a #GAction, or null
gio.action.Action lookupAction(string actionName)Looks up the action with the name action_name in action_map.
If no such action exists, returns null.
actionName | the name of an action |