aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_options.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/sys_options.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/sys_options.h')
-rw-r--r--src/gwin/sys_options.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gwin/sys_options.h b/src/gwin/sys_options.h
index bb7e3598..df8f497e 100644
--- a/src/gwin/sys_options.h
+++ b/src/gwin/sys_options.h
@@ -128,6 +128,13 @@
#ifndef GWIN_NEED_RADIO
#define GWIN_NEED_RADIO FALSE
#endif
+ /**
+ * @brief Should tabset functions be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_TABSET
+ #define GWIN_NEED_TABSET FALSE
+ #endif
/**
* @}
*
@@ -314,6 +321,13 @@
#ifndef GWIN_SLIDER_TOGGLE_INC
#define GWIN_SLIDER_TOGGLE_INC 20
#endif
+ /**
+ * @brief The height in pixels of a row of tabs in a tabset
+ * @details Defaults to 18
+ */
+ #ifndef GWIN_TABSET_TABHEIGHT
+ #define GWIN_TABSET_TABHEIGHT 18
+ #endif
/** @} */
#endif /* _GWIN_OPTIONS_H */