|
EasyGUI
|
Progress bar object structure. More...
Data Fields | |
| gui_handle | C |
| int32_t | min |
| int32_t | max |
| int32_t | currentvalue |
| int32_t | desiredvalue |
| uint8_t | flags |
Progress bar object structure.
GUI handle object, must always be first on list
| int32_t currentvalue |
Current value for progress bar
| int32_t desiredvalue |
Desired value, set by used
| uint8_t flags |
flags variable
| int32_t max |
High value for progress bar
| int32_t min |
Low value for progress bar