From 560f946cd9896b5126c2066058c63d8cbc3d0539 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 1 Dec 2013 23:53:42 +0100 Subject: Added progressbar widget (demos still to do) --- include/gwin/gwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/gwin/gwidget.h') 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 */ /** @} */ -- cgit v1.2.3