Handbook
Glossary
<empty-book> ( model -- book )
Factor handbook
»
UI framework
»
Building user interfaces
»
Gadget hierarchy and layouts
»
Book layouts
Prev:
<book> ( pages model -- book )
Vocabulary
ui
.
gadgets
.
books
Inputs
model
a
model
Outputs
book
a
book
Word description
Creates a
book
control with no children.
Notes
Children must be added to the book before it is grafted, otherwise an error will be thrown.
Definition
IN:
ui.gadgets.books
:
<empty-book>
( model -- book )
book
new-book
;