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 of the gtk:switch class gets or sets whether the switch is in its "on" or "off" state.
 

See also

2025-08-06