Crate zng_wgt_grid
source ·Modules§
- Cell widget and properties.
- Column widget and properties.
- Row widget and properties.
Macros§
Structs§
- Arguments for
auto_grow_fn
. W
Grid cell container.W
Grid column definition.W
Grid layout with cells of variable sizes.W
Grid row definition.
Enums§
- Grid auto-grow direction.
Functions§
c
Widget function used when new rows or columns are needed to cover a cell placement.c
Defines 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.c
Cell widget items.c
Column definitions.- Grid node.
c
Row definitions.c
Space in-between cells.