# Functions
ColWidthFixed creates a column of the specified fixed width.
ColWidthFixedWithOpts is like ColWidthFixed, but also allows to apply additional options to the container that represents the column.
ColWidthPerc creates a column of the specified relative width.
ColWidthPercWithOpts is like ColWidthPerc, but also allows to apply additional options to the container that represents the column.
New returns a new grid builder.
RowHeightFixed creates a row of the specified fixed height.
RowHeightFixedWithOpts is like RowHeightFixed, but also allows to apply additional options to the container that represents the row.
RowHeightPerc creates a row of the specified relative height.
RowHeightPercWithOpts is like RowHeightPerc, but also allows to apply additional options to the container that represents the row.
Widget adds a widget into the Row or Column.
# Interfaces
Element is an element that can be added to the grid.