<grid> ( children -- grid )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Grid layouts

Prev:grid
Next:grid-add ( grid child pair -- grid )


Vocabulary
ui.gadgets.grids

Inputs
childrena sequence of sequences of gadgets, column-major


Outputs
grida new grid


Word description
Creates a new grid gadget with the given children.

Definition

: <grid> ( children -- grid ) grid new-grid ;