Package: gtk

Accessor gtk:switch-active

Lambda List

gtk:switch-active (object)

Syntax

(gtk:switch-active object) => active)
(setf (gtk:switch-active object) active)

Arguments

object -- a gtk:switch widget
active -- true if the switch should be active, and false otherwise

Details

The accessor for the active slot gets or sets whether the switch is in its "on" or "off" state.
 

See also

2026-07-28