Handbook
Glossary
<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
pack
a new
pack
Word description
Creates a new
pack
which lays out its children vertically.
See also
<pack>
,
<shelf>
Definition
USING:
ui.gadgets
;
IN:
ui.gadgets.packs
:
<pile>
( -- pack )
vertical
<pack>
;