aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_container.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-01-03 18:46:46 +1000
committerinmarket <andrewh@inmarket.com.au>2015-01-03 18:46:46 +1000
commit128a3b972cc50b084415b5fb69fc355fe5db9520 (patch)
tree0b619a2704bacc0020acfe15939e9c4c4365e524 /src/gwin/gwin_container.h
parentbc9d3a1305905abe56933fb68cd9fb2062861f73 (diff)
downloaduGFX-128a3b972cc50b084415b5fb69fc355fe5db9520.tar.gz
uGFX-128a3b972cc50b084415b5fb69fc355fe5db9520.tar.bz2
uGFX-128a3b972cc50b084415b5fb69fc355fe5db9520.zip
New Tabset Widget.
Widgets demo updated to (optionally) use the new tabset.
Diffstat (limited to 'src/gwin/gwin_container.h')
-rw-r--r--src/gwin/gwin_container.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gwin/gwin_container.h b/src/gwin/gwin_container.h
index ff1c1ce9..19562a7d 100644
--- a/src/gwin/gwin_container.h
+++ b/src/gwin/gwin_container.h
@@ -156,6 +156,9 @@ extern "C" {
#if GWIN_NEED_FRAME || defined(__DOXYGEN__)
#include "gwin_frame.h"
#endif
+#if GWIN_NEED_TABSET || defined(__DOXYGEN__)
+ #include "gwin_tabset.h"
+#endif
#endif /* _GCONTAINER_H */
/** @} */