Struct gtk4::SingleSelectionBuilder [−][src]
pub struct SingleSelectionBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct SingleSelection
objects.
Implementations
Create a new SingleSelectionBuilder
.
Build the SingleSelection
.
If the selection will always select an item.
If unselecting the selected item is allowed.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SingleSelectionBuilder
impl !Send for SingleSelectionBuilder
impl !Sync for SingleSelectionBuilder
impl Unpin for SingleSelectionBuilder
impl UnwindSafe for SingleSelectionBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more