Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SimpleGUI by
SimpleGUI.h
00001 #ifndef SIMPLEGUI_H 00002 #define SIMPLEGUI_H 00003 00004 /** 00005 * Just include all the other parts of the framework 00006 **/ 00007 #include "Events/EventDispatcher.h" 00008 #include "Events/EventSource.h" 00009 #include "Font/Font.h" 00010 #include "Font/UGFont/UGFontRenderer.h" 00011 #include "Font/FastFont/FastFontRenderer.h" 00012 #include "Widgets/TextWidget.h" 00013 #include "Widgets/BitmapWidget.h" 00014 #include "Widgets/ContainerWidget.h" 00015 #include "Widgets/SpinnerWidget.h" 00016 #include "GUI.h" 00017 #include "GraphicsContext.h" 00018 00019 #endif
Generated on Tue Jul 12 2022 22:27:14 by
