Package: gio

Accessor g-action-enabled

Lambda List

g-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 slot access function checks if the action is currently enabled. The (setf g-action-enabled) slot access 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

*2021-12-10