Segments

Segments is used to set the number of columns spanned by a grid item. When applied to a grid, it sets the number of columns the grid will have.

Members

Functions

apply
void apply(Node node)

Set the number of columns used by this node.

apply
void apply(GridFrame grid)

Set the number of columns present in a grid.

Variables

amount
uint amount;

Number of columns used by a grid item.

Meta