Contains base classes to create a widget hierarchy.
-
Class Summary
Class |
Description |
Container |
A container is a widget that can contain other Widget instances, following the composite pattern.
|
Desktop |
A desktop is the top-level object that can be displayed on a Display .
|
Widget |
Widget is the superclass of all the user interface objects.
|