@Serializable {
simple=false
collection=false
}
ProgressBar displays a progess bar.
Slots
- indeterminateSource
-
const Bool indeterminate := falseConfigure this progess bar to be indeterminate.
- makeSource
-
new make(|This|? f := null)Default constructor.
- maxSource
-
native Int maxThe maximum value of the progress. Defaults to 100.
- minSource
-
native Int minThe minimum value of the progess. Must be >= 0. Defaults to 0.
- valSource
-
native Int valThe current value of the progess. Must be >= 0. Defaults to 0.