Struct gtk4::TreeListModelBuilder [−][src]
pub struct TreeListModelBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct TreeListModel
objects.
Implementations
Create a new TreeListModelBuilder
.
Build the TreeListModel
.
If all rows should be expanded by default.
Gets whether the model is in passthrough mode.
If false
, the GListModel
functions for this object return custom
TreeListRow
objects. If true
, the values of the child
models are pass through unmodified.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TreeListModelBuilder
impl Send for TreeListModelBuilder
impl Sync for TreeListModelBuilder
impl Unpin for TreeListModelBuilder
impl UnwindSafe for TreeListModelBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more