book
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Book layouts

Next:<book> ( pages model -- book )


Vocabulary
ui.gadgets.books

Class description
A book is a control containing one or more children. The control-value is the index of exactly one child to be visible at any one time, the rest being hidden by having their visible? slots set to f. The sole visible child assumes the dimensions of the book gadget.

Books are created by calling <book>.

Definition


Methods