<pack> ( orientation -- pack )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Pack layouts

Prev:pack
Next:<pile> ( -- pack )


Vocabulary
ui.gadgets.packs

Inputs
orientationan orientation specifier


Outputs
packa new pack


Word description
Creates a new pack which lays out children with the given orientation, either horizontal or vertical.

See also
<pile>, <shelf>

Definition