aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwidget.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-06 21:20:35 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-06 21:20:35 +0100
commit6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38 (patch)
treee4b82e65113c39a5023e6a15570cb9f710623f32 /include/gwin/gwidget.h
parentfc984c3721b09b396424a51f3006491e026a5f97 (diff)
downloaduGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.tar.gz
uGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.tar.bz2
uGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.zip
initial version of frames - still work in progress, DO NOT USE!!!
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 fa40c51c..8697ca92 100644
--- a/include/gwin/gwidget.h
+++ b/include/gwin/gwidget.h
@@ -304,5 +304,9 @@ bool_t gwinAttachListener(GListener *pl);
#include "gwin/progressbar.h"
#endif
+#if GWIN_NEED_FRAME || defined(__DOXYGEN__)
+ #include "gwin/frame.h"
+#endif
+
#endif /* _GWIDGET_H */
/** @} */