Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
11:b485561aa112
Parent:
8:a460cabc85ac
Child:
12:63db16fea709
diff -r e9d13e3a9d4f -r b485561aa112 SimpleGUI.h
--- a/SimpleGUI.h	Mon Apr 11 19:19:54 2016 +0000
+++ b/SimpleGUI.h	Fri Apr 22 16:12:42 2016 +0000
@@ -12,6 +12,7 @@
 #include "Widgets/TextWidget.h"
 #include "Widgets/BitmapWidget.h"
 #include "Widgets/ContainerWidget.h"
+#include "Widgets/SpinnerWidget.h"
 #include "GUI.h"
 
 #endif
\ No newline at end of file