Struct gtk4::FixedLayoutChildBuilder [−][src]
pub struct FixedLayoutChildBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct FixedLayoutChild
objects.
Implementations
Create a new FixedLayoutChildBuilder
.
Build the FixedLayoutChild
.
The widget that is associated to the LayoutChild
instance.
The layout manager that created the LayoutChild
instance.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FixedLayoutChildBuilder
impl !Send for FixedLayoutChildBuilder
impl !Sync for FixedLayoutChildBuilder
impl Unpin for FixedLayoutChildBuilder
impl UnwindSafe for FixedLayoutChildBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more