Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
5:b7ce5721a0b5
Parent:
4:27546fb8b670
Child:
7:303850a4b30c
--- a/SimpleGUI.h	Sun Mar 27 15:37:32 2016 +0000
+++ b/SimpleGUI.h	Mon Mar 28 10:47:39 2016 +0000
@@ -9,5 +9,6 @@
 #include "Font.h"
 #include "Widgets/TextWidget.h"
 #include "Widgets/BitmapWidget.h"
+#include "Widgets/ContainerWidget.h"
 
 #endif
\ No newline at end of file