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

Prev:<pile> ( -- pack )
Next:pack-pref-dim ( pack sizes -- dim )


Vocabulary
ui.gadgets.packs

Inputs
None

Outputs
packa new pack


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

See also
<pack>, <pile>

Definition