Containers

From uGFX Wiki
Revision as of 16:08, 1 July 2014 by Tectu (Talk | contribs)

Jump to: navigation, search

The container class is based on the widget. Containers can have children windows which they can place within their borders. Containers control the visibility and enabled state of their children. By making a container invisible you make all its children invisible. Similarly with the enabled state. A list with descriptions of the common container API can be found here.

Container Implementations

These are the currently implemented containers: Containers Frame