Package: gio

Function gio:action-group-action-enabled

Lambda List

gio:action-group-action-enabled (group name)

Arguments

group -- a g:action-group instance
name -- a string for the name of the action to query

Return Value

The boolean whether or not the action is currently enabled.

Details

Checks if the named action within the action group is currently enabled. An action must be enabled in order to be activated or in order to have its state changed from outside callers.
 

See also

2025-2-3