Difference between revisions of "Containers"

From uGFX Wiki
Jump to: navigation, search
(Created page with "Category:GWIN")
 
Line 1: Line 1:
[[Category:GWIN]]
+
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 [http://ugfx.org/images/resources/doxygen/master/group___container.html here].

Revision as of 16:07, 1 July 2014

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.