Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

About the WFTK packing system

GUI creation in wftk is handled by a 'widget packing system' - a means of describing where on the screen a new widget will be placed, and its behaviour when the screen is resized.

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

Back to Related Pages


Generated Fri Mar 5 08:11:01 2004.
Copyright © 1998-2003 by the respective authors.

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.