doc
This commit is contained in:
parent
560f946cd9
commit
920de63f22
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue