From 920de63f227630baa9de6c2b59ef3b0ac8b65801 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 2 Dec 2013 00:02:42 +0100 Subject: [PATCH] doc --- include/gwin/progressbar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)