[][src]Module pixel_widgets::widget::progress

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 the progress widget. Progress accepts the clip-bar flag for it's style. When the clip-bar flag is set, the bar is always rendered at full size and then clipped according to the progress. When clip-bar is not set, the bar itself is rendered with a size that matches the progress.