Struct gtk::StackSwitcherBuilder [−][src]
pub struct StackSwitcherBuilder { /* fields omitted */ }
Expand description
A builder for generating a StackSwitcher
.
Implementations
Create a new StackSwitcherBuilder
.
Build the StackSwitcher
.
This is supported on crate feature
v3_20
only.This is supported on crate feature
v3_20
only.Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StackSwitcherBuilder
impl !Send for StackSwitcherBuilder
impl !Sync for StackSwitcherBuilder
impl Unpin for StackSwitcherBuilder
impl UnwindSafe for StackSwitcherBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more