TreeListModel.this

Creates a new empty gtk.tree_list_model.TreeListModel displaying root with all rows collapsed.

Parameters

root gio.list_model.ListModel

The gio.list_model.ListModel to use as root

passthrough bool

true to pass through items from the models

autoexpand bool

true to set the autoexpand property and expand the root model

createFunc gtk.types.TreeListModelCreateModelFunc

Function to call to create the gio.list_model.ListModel for the children of an item

Return Value