Module grid

Source
Expand description

Grid widget is able to position children widgets into a grid of specifically sized rows and columns. See Grid doc for more info and usage examples.

Structs§

Cell
Cell of the grid, that contains additional information for layout purposes. It does not have any particular use outside of grid’s internals.
Grid
Grids are one of several methods to position multiple widgets in relation to each other. A Grid widget, as the name implies, is able to position children widgets into a grid of specifically sized rows and columns.
GridBuilder
Grid builder creates Grid instances and adds it to the user interface.
GridDimension
Grid dimension defines sizing rules and constraints for Grid’s rows and columns.

Enums§

GridMessage
A set of messages that can be used to modify Grid widget state.
SizeMode
Size mode defines how grid’s dimension (see GridDimension) will behave on layout step.

Type Aliases§

Column
Type alias for grid columns.
Row
Type alias for grid rows.