aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_options.h
diff options
context:
space:
mode:
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
/**
* @}
*