diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-05-08 14:37:13 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-05-08 14:37:13 +0200 |
commit | 5979acc7f6f1b2d2c76ff80c651b78516335b567 (patch) | |
tree | 91d666b5682885c0c774dcc5548df1c1c7ef8e1c /demos/modules | |
parent | 15baf7a5c72cace67403e939c90140a4f35f9f22 (diff) | |
download | uGFX-5979acc7f6f1b2d2c76ff80c651b78516335b567.tar.gz uGFX-5979acc7f6f1b2d2c76ff80c651b78516335b567.tar.bz2 uGFX-5979acc7f6f1b2d2c76ff80c651b78516335b567.zip |
Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of the progressbar widget
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/gwin/progressbar/gfxconf.h | 1 | ||||
-rw-r--r-- | demos/modules/gwin/widgets/gfxconf.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/modules/gwin/progressbar/gfxconf.h b/demos/modules/gwin/progressbar/gfxconf.h index 4ea487b9..6af70faf 100644 --- a/demos/modules/gwin/progressbar/gfxconf.h +++ b/demos/modules/gwin/progressbar/gfxconf.h @@ -82,6 +82,7 @@ #define GWIN_NEED_IMAGE_ANIMATION FALSE #define GWIN_NEED_LIST_IMAGES FALSE #define GWIN_NEED_PROGRESSBAR TRUE +#define GWIN_PROGRESSBAR_AUTO TRUE /* Features for the GINPUT sub-system. */ #define GINPUT_NEED_MOUSE TRUE diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h index c5673367..25065b27 100644 --- a/demos/modules/gwin/widgets/gfxconf.h +++ b/demos/modules/gwin/widgets/gfxconf.h @@ -65,6 +65,7 @@ #define GWIN_NEED_LIST TRUE #define GWIN_NEED_LIST_IMAGES TRUE #define GWIN_NEED_PROGRESSBAR TRUE + #define GWIN_PROGRESSBAR_AUTO TRUE /////////////////////////////////////////////////////////////////////////// // GEVENT // |