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