aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_options.h
diff options
context:
space:
mode:
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 bd720711..69507b94 100644
--- a/src/gwin/sys_options.h
+++ b/src/gwin/sys_options.h
@@ -72,6 +72,13 @@
#define GWIN_NEED_BUTTON FALSE
#endif
/**
+ * @brief Should progressbar functions be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_PROGRESSBAR
+ #define GWIN_NEED_PROGRESSBAR FALSE
+ #endif
+ /**
* @brief Should slider functions be included.
* @details Defaults to FALSE
*/
@@ -221,6 +228,13 @@
#ifndef GWIN_NEED_IMAGE_ANIMATION
#define GWIN_NEED_IMAGE_ANIMATION FALSE
#endif
+ /**
+ * @brief Enable the API to automatically increment the progressbar over time
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_PROGRESSBAR_AUTO
+ #define GWIN_PROGRESSBAR_AUTO FALSE
+ #endif
/** @} */
#endif /* _GWIN_OPTIONS_H */