aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-02 00:02:42 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-02 00:02:42 +0100
commit920de63f227630baa9de6c2b59ef3b0ac8b65801 (patch)
treeadb5449c8a17738f8e37165a70425fdce6a20909 /include
parent560f946cd9896b5126c2066058c63d8cbc3d0539 (diff)
downloaduGFX-920de63f227630baa9de6c2b59ef3b0ac8b65801.tar.gz
uGFX-920de63f227630baa9de6c2b59ef3b0ac8b65801.tar.bz2
uGFX-920de63f227630baa9de6c2b59ef3b0ac8b65801.zip
doc
Diffstat (limited to 'include')
-rw-r--r--include/gwin/progressbar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gwin/progressbar.h b/include/gwin/progressbar.h
index 2a98c632..c9efe46b 100644
--- a/include/gwin/progressbar.h
+++ b/include/gwin/progressbar.h
@@ -144,7 +144,9 @@ void gwinProgressbarDecrement(GHandle gh);
* @note The delay is generated using the GTIMER module which is based on software/virtual timer.
* Therefore, the delay is totally unprecise.
*
- * @note An even is generated once the maximum value has been reached (ToDo)
+ * @note The progressbar incrementation starts at the current level. It is not reset to the minimum value.
+ *
+ * @note An event is generated once the maximum value has been reached (ToDo)
*
* @param[in] gh The window handle (must be a progressbar window)
* @param[in] delay The incrementation delay (in milliseconds)