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

The accessor for the enabled slot of the g:action class gets or sets whether the action is 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-08-27