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 gtk:toggle-action-active function returns the checked state of the toggle action. The (setf gtk:toggle-action-active) function sets the checked state.

Warning

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

See also

2024-9-26