Package: gio

Accessor gio:action-enabled

Lambda List

gio:action-enabled (object)

Syntax

(g:action-enabled object) => enabled
(setf (g:action-enabled object) enabled)

Arguments

object -- a g:action object
enabled -- a boolean whether the action is enabled

Details

Accessor of the enabled slot of the g:action class. The g:action-enabled function checks if the action is currently enabled. The (setf g:action-enabled) function sets the action as enabled or not. 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