TreeListModel
GtkTreeListModel
is a list model that can create child models on demand.
Skipped during bindings generation
method
item-type
: Property has no getter nor settermethod
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(pointer: <Error class: unknown class><<Error class: unknown class>>)
Properties
Functions
Link copied to clipboard
Gets whether the model is set to automatically expand new rows that get added.
Link copied to clipboard
Gets the row item corresponding to the child at index @position for
Link copied to clipboard
Gets whether the model is passing through original row items.
Link copied to clipboard
Gets the row object for the given row.
Link copied to clipboard
Sets whether the model should autoexpand.