Struct gtk4::ColumnViewColumnBuilder [−][src]
pub struct ColumnViewColumnBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct ColumnViewColumn
objects.
Implementations
Create a new ColumnViewColumnBuilder
.
Build the ColumnViewColumn
.
Column gets share of extra width allocated to the view.
Factory for populating list items.
If not -1, this is the width that the column is allocated, regardless of the size of its content.
Menu model used to create the context menu for the column header.
Sorter for sorting items according to this column.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ColumnViewColumnBuilder
impl !Send for ColumnViewColumnBuilder
impl !Sync for ColumnViewColumnBuilder
impl Unpin for ColumnViewColumnBuilder
impl UnwindSafe for ColumnViewColumnBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more