| 
    MiniGUI API Reference (MiniGUI-Threads)
    v5.0.6
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Macros | |
| #define | PBM_SETRANGE 0xF0A0 | 
| Set the limits of the range.  More... | |
| #define | PBM_SETSTEP 0xF0A1 | 
| Specifies the step increment for a progress bar control.  More... | |
| #define | PBM_SETPOS 0xF0A2 | 
| Set the progress bar control's current position.  More... | |
| #define | PBM_DELTAPOS 0xF0A3 | 
| Advances the progress bar control's current position.  More... | |
| #define | PBM_STEPIT 0xF0A4 | 
| Advances the current position by the step increment.  More... | |
| #define PBM_DELTAPOS 0xF0A3 | 
Advances the progress bar control's current position.
Advances the progress bar control's current position as specified by posInc, and redraw the bar to reflect the new position.
| posInc | The progress bar control's position increment. | 
Definition at line 194 of file progressbar.h.
| #define PBM_SETPOS 0xF0A2 | 
Set the progress bar control's current position.
Set the progress bar control's current position as specified by nPos, and redraw the bar to reflect the new position.
| nPos | The progress bar control's current position. | 
Definition at line 174 of file progressbar.h.
| #define PBM_SETRANGE 0xF0A0 | 
Set the limits of the range.
Set the upper and lower limits of the progress bar control's range, and redraws the bar to reflect the new ranges.
| min | The lower limit of the progress bar. | 
| max | The upper limit of the progress bar. | 
Definition at line 137 of file progressbar.h.
| #define PBM_SETSTEP 0xF0A1 | 
Specifies the step increment for a progress bar control.
| stepinc | Step increment for a progress bar control. | 
Definition at line 154 of file progressbar.h.
| #define PBM_STEPIT 0xF0A4 | 
Advances the current position by the step increment.
Advances the current position for a progress bar control by the step increment, and redraw the bar to reflect the new position.
Definition at line 212 of file progressbar.h.
 1.8.17