EasyGUI
gui_progbar_t Struct Reference

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
 

Detailed Description

Progress bar object structure.

Field Documentation

◆ C

GUI handle object, must always be first on list

◆ currentvalue

int32_t currentvalue

Current value for progress bar

◆ desiredvalue

int32_t desiredvalue

Desired value, set by used

◆ flags

uint8_t flags

flags variable

◆ max

int32_t max

High value for progress bar

◆ min

int32_t min

Low value for progress bar