Typesetting list-box: a device that lays out child
graphicals vertically inside a fixed pixel width, similar to a TeX \vbox.
Used by the typesetting helpers in classes parbox, hbox
and
tbox.
- See also
-
- class parbox
- class hbox
- class tbox
- lbox ->initialise: width=[0..]
-
Create an lbox object of
the specified pixel width.
- lbox ->append: graphical
-
Append a child graphical and trigger a re-layout.
- lbox ->compute:
-
Recompute the layout of the contained graphicals.
- lbox ->geometry: x=[int],
y=[int], width=[int], height=[int]
-
Standard graphical
->geometry
override that re-flows the contents when the width changes.