Struct gtk4::OverlayLayoutChildBuilder [−][src]
pub struct OverlayLayoutChildBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct OverlayLayoutChild
objects.
Implementations
Create a new OverlayLayoutChildBuilder
.
Build the OverlayLayoutChild
.
Whether the child should be clipped to fit the parent’s size.
Whether the child size should contribute to the OverlayLayout
’s
measurement.
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 OverlayLayoutChildBuilder
impl !Send for OverlayLayoutChildBuilder
impl !Sync for OverlayLayoutChildBuilder
impl Unpin for OverlayLayoutChildBuilder
impl UnwindSafe for OverlayLayoutChildBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more