lookup

open fun lookup(actionName: String): Action

Looks up the action with the name @action_name in the group.

If no such action exists, returns null.

Return

a #GAction, or null

Since

2.28

Parameters

actionName

the name of an action