Package: gtk

Accessor gtk:check-button-active

Lambda List

gtk:check-button-active (object)

Syntax

(gtk:check-button-active object) => active
(setf (gtk:check-button-active object) active)

Arguments

object -- a gtk:check-button widget
active -- a boolean whether the check button should be pressed in

Details

The accessor for the active slot of the gtk:check-button class gets or sets whether the check button should be pressed in. Setting the active property to true will add the :checked state to both the check button and the indicator CSS node.
 

See also

2025-08-05