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

Prev:<pack> ( orientation -- pack )
Next:<shelf> ( -- pack )


Vocabulary
ui.gadgets.packs

Inputs
None

Outputs
packa new pack


Word description
Creates a new pack which lays out its children vertically.

See also
<pack>, <shelf>

Definition