Struct gtk4::BoxLayoutBuilder [−][src]
pub struct BoxLayoutBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct BoxLayout
objects.
Implementations
Create a new BoxLayoutBuilder
.
The position of the allocated baseline within the extra space allocated to each child.
This property is only relevant for horizontal layouts containing at least one child with a baseline alignment.
Whether the box layout should distribute the available space equally among the children.
The orientation of the orientable.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoxLayoutBuilder
impl Send for BoxLayoutBuilder
impl Sync for BoxLayoutBuilder
impl Unpin for BoxLayoutBuilder
impl UnwindSafe for BoxLayoutBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more