ActionGroup.getAction

Warning gtk_action_group_get_action is deprecated and should not be used in newly-written code. 3.10 Looks up an action in the action group by name. Since 2.4

class ActionGroup
getAction
(
string actionName
)

Parameters

actionName string

the name of the action

Return Value

Type: Action

the action, or NULL if no action by that name exists. [transfer none]

Meta