aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/options.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-04-06 21:54:19 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-04-06 21:54:19 +1000
commitee19104dbb51b98a8753414854cc6c5cdee42a55 (patch)
tree1c2628cac2869e94ed6fe9246a0701a0784ca702 /include/gwin/options.h
parenta67cafeaa7fad2c9611647a8c9f71531750e260a (diff)
downloaduGFX-ee19104dbb51b98a8753414854cc6c5cdee42a55.tar.gz
uGFX-ee19104dbb51b98a8753414854cc6c5cdee42a55.tar.bz2
uGFX-ee19104dbb51b98a8753414854cc6c5cdee42a55.zip
GWIN slider + image support
Diffstat (limited to 'include/gwin/options.h')
-rw-r--r--include/gwin/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h
index 4ec9ba5d..e8d527e0 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -59,6 +59,13 @@
#ifndef GWIN_NEED_GRAPH
#define GWIN_NEED_GRAPH FALSE
#endif
+ /**
+ * @brief Should slider functions be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_SLIDER
+ #define GWIN_NEED_SLIDER FALSE
+ #endif
/**
* @}
*