Handbook
Glossary
<book> ( pages model -- book )
Factor handbook
»
UI framework
»
Building user interfaces
»
Gadget hierarchy and layouts
»
Book layouts
Prev:
book
Next:
<empty-book> ( model -- book )
Vocabulary
ui
.
gadgets
.
books
Inputs
pages
a sequence of gadgets
model
a
model
Outputs
book
a
book
Word description
Creates a
book
control, which contains the gadgets in
pages
.
Definition
USING:
kernel
ui.gadgets
;
IN:
ui.gadgets.books
:
<book>
( pages model -- book )
book
new-book
swap
add-gadgets
;