aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_widget.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-12 19:36:14 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-12 19:36:14 +0200
commit46ba0420c342eaed1e4365c7e4cb65c0263bc7eb (patch)
treed33b8e13e3f06fb4ed838851f9c2c6d4043542eb /src/gwin/gwin_widget.h
parent213013e68e64a655e0c6cb56875ea9a7977fe2f6 (diff)
downloaduGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.tar.gz
uGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.tar.bz2
uGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.zip
Adding TextEdit dummy widget (not implemented yet)
Diffstat (limited to 'src/gwin/gwin_widget.h')
-rw-r--r--src/gwin/gwin_widget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h
index 0ed80a84..1e97cdd2 100644
--- a/src/gwin/gwin_widget.h
+++ b/src/gwin/gwin_widget.h
@@ -381,5 +381,9 @@ bool_t gwinAttachListener(GListener *pl);
#include "gwin_keyboard.h"
#endif
+#if GWIN_NEED_TEXTEDIT || defined(__DOXYGEN__)
+ #include "gwin_textedit.h"
+#endif
+
#endif /* _GWIDGET_H */
/** @} */