aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwidget.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-01 23:53:42 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-01 23:53:42 +0100
commit560f946cd9896b5126c2066058c63d8cbc3d0539 (patch)
treec1cd1613c7c69471f35c9648b68bfab48b749d32 /include/gwin/gwidget.h
parent3c3b6967d15fee5414c45408a28475a8bf39c293 (diff)
downloaduGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.tar.gz
uGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.tar.bz2
uGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.zip
Added progressbar widget (demos still to do)
Diffstat (limited to 'include/gwin/gwidget.h')
-rw-r--r--include/gwin/gwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gwin/gwidget.h b/include/gwin/gwidget.h
index 493485b3..a18d69b6 100644
--- a/include/gwin/gwidget.h
+++ b/include/gwin/gwidget.h
@@ -300,5 +300,9 @@ bool_t gwinAttachListener(GListener *pl);
#include "gwin/list.h"
#endif
+#if GWIN_NEED_PROGRESSBAR || defined(__DOXYGEN__)
+ #include "gwin/progressbar.h"
+#endif
+
#endif /* _GWIDGET_H */
/** @} */