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

Accessor of the active slot of the gtk:check-button class. Setting the active property to true will add the :checked state to both the check button and the indicator CSS node.
 

See also

2024-5-4