Package: gtk

Accessor gtk:toggle-tool-button-active

Lambda List

gtk:toggle-tool-button-active (object)

Syntax

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

Arguments

object -- a gtk:toggle-tool-button widget
setting -- a boolean whether the toggle tool button should be active

Details

The accessor for the active slot gets or sets the current state of the toggle button. Set to true if you want the toggle tool button to be 'pressed in', and false to raise it. This action causes the "toggled" signal to be emitted.
 

See also

2026-06-23