get_action_enabled


Description:

[ Version ( since = "2.28" ) ]
public virtual bool get_action_enabled (string action_name)

Checks if the named action within this is currently enabled.

An action must be enabled in order to be activated or in order to have its state changed from outside callers.

Parameters:

this

a ActionGroup

action_name

the name of the action to query

Returns:

whether or not the action is currently enabled