From 5979acc7f6f1b2d2c76ff80c651b78516335b567 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 8 May 2014 14:37:13 +0200 Subject: Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of the progressbar widget --- src/gwin/sys_options.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gwin/sys_options.h') diff --git a/src/gwin/sys_options.h b/src/gwin/sys_options.h index 34c4f074..41bc551f 100644 --- a/src/gwin/sys_options.h +++ b/src/gwin/sys_options.h @@ -214,6 +214,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 */ -- cgit v1.2.3