TreeListModel  
  constructor(root: <Error class: unknown class>, passthrough: Boolean, autoexpand: Boolean, createFunc: TreeListModelCreateModelFunc)(source)
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(gtkTreeListModelPointer: <Error class: unknown class><<Error class: unknown class>>)(source)