TreeListModel
constructor(root: <Error class: unknown class>, passthrough: Boolean, autoexpand: Boolean, createFunc: TreeListModelCreateModelFunc)
Creates a new empty GtkTreeListModel
displaying @root with all rows collapsed.
Return
a newly created GtkTreeListModel
.
Parameters
root
The GListModel
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 GListModel
for the children of an item
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)