aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_options.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_options.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_options.h')
-rw-r--r--src/gwin/gwin_options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gwin/gwin_options.h b/src/gwin/gwin_options.h
index b69796c3..46bd92e7 100644
--- a/src/gwin/gwin_options.h
+++ b/src/gwin/gwin_options.h
@@ -142,6 +142,13 @@
#ifndef GWIN_NEED_KEYBOARD
#define GWIN_NEED_KEYBOARD FALSE
#endif
+ /**
+ * @brief Should the textedit widget be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_TEXTEDIT
+ #define GWIN_NEED_TEXTEDIT FALSE
+ #endif
/**
* @}
*