TreeListModel  
    open class TreeListModel(val gtkTreeListModelPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
GtkTreeListModel is a list model that can create child models on demand.
Skipped during bindings generation
- method - item-type: Property has no getter nor setter
- method - n-items: Property has no getter nor setter
Constructors
Link copied to clipboard
                  constructor(root: <Error class: unknown class>, passthrough: Boolean, autoexpand: Boolean, createFunc: TreeListModelCreateModelFunc)
Creates a new empty GtkTreeListModel displaying @root with all rows collapsed.
constructor(gtkTreeListModelPointer: <Error class: unknown class><<Error class: unknown class>>)