Package: gtk
Accessor gtk-toggle-action-active
Lambda Listgtk-toggle-action-active (object) Syntax(gtk-toggle-action-active object) => is-active (setf (gtk-toggle-action-active object) is-active) Argumentsobject -- 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 | See also |
*2021-7-24