Package: gio

Function g-action-group-action-enabled

Lambda List

g-action-group-action-enabled (group name)

Arguments

group -- a g-action-group object
name -- a string with the name of the action to query

Return Value

A 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

*2021-10-8