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

Accessor of the active slot of the gtk-toggle-tool-button class.

The gtk-toggle-tool-button-active slot access function queries a toggle tool button and returns its current state. The (setf gtk-toggle-tool-button-active) slot access function sets the status.

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

*2021-10-31