![]() |
µGFX
2.9
version 2.9
|
Containers are used to group together other windows and widgets.
Containers are a "super-class" of Widgets. 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. Similiarly with the enabled state.
For the common window API, please see Container.
Modules | |
Container | |
Basic container. | |
Frame | |
Container with window decoration. | |
Tabset | |
Tabwidget to implement different "Tabs" or "Pages". Used to structure menus. | |