[−][src]Module iced_glow::widget::progress_bar
Allow your users to visually track the progress of a computation.
A ProgressBar
has a range of possible values and a current value,
as well as a length, height and style.
Structs
Style | The appearance of a progress bar. |
Traits
StyleSheet | A set of rules that dictate the style of a progress bar. |
Type Definitions
ProgressBar | A bar that displays progress. |