Package: gtk

Accessor gtk:toggle-button-active

Lambda List

gtk:toggle-button-active (object)

Syntax

(gtk:toggle-button-active object) => is-active
(setf (gtk:toggle-button-active object) is-active)

Arguments

object -- a gtk:toggle-button widget
is-active -- true if the toggle button should be pressed in

Details

The accessor for the active slot gets or sets the current state of the toggle button. Returns true if the toggle button is pressed in and false if it is raised. This action causes the "toggled" signal to be emitted.
 

See also

2026-06-23