Struct gtk4::GridLayoutBuilder [−][src]
pub struct GridLayoutBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct GridLayout
objects.
Implementations
Create a new GridLayoutBuilder
.
Build the GridLayout
.
The row to align to the baseline, when GtkWidget:valign
is set
to Align::Baseline
.
Whether all the columns in the grid have the same width.
The amount of space between to consecutive columns.
Whether all the rows in the grid have the same height.
The amount of space between to consecutive rows.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GridLayoutBuilder
impl Send for GridLayoutBuilder
impl Sync for GridLayoutBuilder
impl Unpin for GridLayoutBuilder
impl UnwindSafe for GridLayoutBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more