TreeListModelGidBuilderImpl.passthrough

Set passthrough property.

class TreeListModelGidBuilderImpl(T)
T
passthrough
(
bool propval
)

Parameters

propval 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.

Return Value

Type: T

Builder instance for fluent chaining