fluid.grid

Undocumented in source.

Members

Aliases

Grid
deprecated alias Grid = GridFrame
Undocumented in source.
grid
deprecated alias grid = simpleConstructor!GridFrame
Undocumented in source.
gridFrame
alias gridFrame = simpleConstructor!GridFrame
Undocumented in source.
gridRow
alias gridRow = simpleConstructor!GridRow
Undocumented in source.

Classes

GridFrame
class GridFrame

The GridFrame node will align its children in a 2D grid.

GridRow
class GridRow

A single row in a Grid.

Functions

segments
Segments segments(uint columns)
Segments 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.

Structs

Segments
struct 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.

Meta