Package: gtk

Accessor gtk:tree-list-model-autoexpand

Lambda List

gtk:tree-list-model-autoexpand (object)

Syntax

(gtk:tree-list-model-autoexpand object) => autoexpand
(setf (gtk:tree-list-model-autoexpand object) autoexpand)

Arguments

object -- a gtk:tree-list-model object
autoexpand -- true if the model is set to autoexpand

Details

The accessor for the autoexpand slot of the gtk:tree-list-model class gets or sets whether the model is set to automatically expand new rows that get added.

If set to true the model will recursively expand all rows that get added to the model. This can be either rows added by changes to the underlying models or via the gtk:tree-list-row-expanded function.
 

See also

2025-09-28