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