TreeListModel.setAutoexpand

Sets whether the model should autoexpand.

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 gtk.tree_list_row.TreeListRow.setExpanded.

class TreeListModel
void
setAutoexpand
()

Parameters

autoexpand bool

true to make the model autoexpand its rows