Struct gtk4::ConstraintLayoutChildBuilder [−][src]
pub struct ConstraintLayoutChildBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct ConstraintLayoutChild
objects.
Implementations
Create a new ConstraintLayoutChildBuilder
.
Build the ConstraintLayoutChild
.
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 !Send for ConstraintLayoutChildBuilder
impl !Sync for ConstraintLayoutChildBuilder
impl Unpin for ConstraintLayoutChildBuilder
impl UnwindSafe for ConstraintLayoutChildBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more