TreeListModel.this
this
(gio.list_model.ListModel root, bool passthrough, bool autoexpand, gtk.types.TreeListModelCreateModelFunc createFunc)Creates a new empty [gtk.tree_list_model.TreeListModel] displaying root with all rows collapsed.
Parameters
root | The [gio.list_model.ListModel] to use as root |
passthrough | true to pass through items from the models |
autoexpand | true to set the autoexpand property and expand the root model |
createFunc | Function to call to create the [gio.list_model.ListModel] for the children of an item |
Returns
a newly created [gtk.tree_list_model.TreeListModel].