TreeListModel.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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

rootThe [gio.list_model.ListModel] to use as root
passthroughtrue to pass through items from the models
autoexpandtrue to set the autoexpand property and expand the root model
createFuncFunction to call to create the [gio.list_model.ListModel] for the children of an item

Returns

a newly created [gtk.tree_list_model.TreeListModel].