lookup_action


Description:

public abstract unowned Action? lookup_action (string action_name)

Looks up the action with the name action_name in this.

If no such action exists, returns null.

Parameters:

this

a ActionMap

action_name

the name of an action

Returns:

a Action, or null