Package: gtk

Accessor gtk:toggle-button-active

Lambda List

gtk:toggle-button-active (object)

Syntax

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

Arguments

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

Details

Accessor of the active slot of the gtk:toggle-button class. The gtk:toggle-button-active function queries a toggle button and returns its current state. Returns true if the toggle button is pressed in and false if it is raised. The (setf gtk:toggle-button-active) function sets the status of the toggle button.

If the status of the toggle button changes, this action causes the "toggled" signal to be emitted.
 

See also

2024-5-4