<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
modela model


Outputs
booka 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