TreeListModel.passthrough

Get passthrough property.

class TreeListModel
@property
bool
passthrough
()

Return Value

Type: bool

Gets whether the model is in passthrough mode.

If false, the gio.list_model.ListModel functions for this object return custom gtk.tree_list_row.TreeListRow objects. If true, the values of the child models are pass through unmodified.