Package: gtk

Accessor gtk-toggle-action-active

Lambda List

gtk-toggle-action-active (object)

Syntax

(gtk-toggle-action-active object) => is-active
(setf (gtk-toggle-action-active object) is-active)

Arguments

object -- a gtk-toggle-action object
is-active -- a boolean whether the action should be checked or not

Details

Accessor of the active slot of the gtk-toggle-action class.

The slot access function gtk-toggle-action-active returns the checked state of the toggle action. The slot access function (setf gtk-toggle-action-action) sets the checked state.

Warning

The function gtk-toggle-action-active has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

*2021-7-24