There are several container structures provided in wftk as part of the widget packing system, that do not draw anything to the screen but are only used to handle other visible widgets, e.g. wftk::Box and wftk::Table.
The Box structure is rectangular, and can hold any number of widgets. Widgets within a box arranged either vertically or horizontally. The placement of widgets within the box can be set at construction time of the Box or later at runtime.
(More later)
See Also
Documentation for wftk::Widget and wftk::Region classes
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.