Modules§
Macros§
Structs§
- Auto
Grow FnArgs - Arguments for
auto_grow_fn. - Cell
WGrid cell container.- Column
WGrid column definition.- Grid
WGrid layout with cells of variable sizes.- Row
WGrid row definition.
Enums§
- Auto
Grow Mode - Grid auto-grow direction.
Functions§
- auto_
grow_ fn BWidget function used when new rows or columns are needed to cover a cell placement.- auto_
grow_ mode BDefines the direction the grid auto-grows and the maximum inclusive index that can be covered by auto-generated columns or rows. If a cell is outside this index and is not covered by predefined columns or rows a new one is auto generated for it, but if the cell is also outside this max it is collapsed.- cells
BCell widget items.- columns
BColumn definitions.- node
- Grid node.
- rows
BRow definitions.- spacing
BSpace in-between cells.