gui2.progressbarwidget
Simple progressbar widget.
- class ProgressBarWidget: gui2.widget.Widget;
Simple progressbar widget.
- this(ref Node yaml);
Load a ProgressBarWidget from YAML.
Do not call directly.
- const pure nothrow @property float progress();
Get current progress.
- pure nothrow @property void progress(float rhs);
Set current progress.