Expand description
A bar that fills up according to a value.
Structs§
- Progress
- A progress bar that fill up according to some progress
The bar part of the progress bar can be styled by selecting the child widget
bar
of theprogress
widget. Progress accepts theclip-bar
flag for it’s style. When theclip-bar
flag is set, the bar is always rendered at full size and then clipped according to the progress. Whenclip-bar
is not set, the bar itself is rendered with a size that matches the progress.