Package: gtk

Accessor gtk:expander-expanded

Lambda List

gtk:expander-expanded (object)

Syntax

(gtk:expander-expanded object) => expanded
(setf (gtk:expander-expanded object) expanded)

Arguments

object -- a gtk:expander widget
expanded -- a boolean whether the child widget is revealed

Details

The accessor for the expanded slot gets or sets whether the expander has been opened to reveal the child widget. Set to true, if you want the child widget to be revealed, and false if you want the child widget to be hidden.
 

See also

2026-07-17