class fwt::ProgressBar

sys::Obj
  fwt::Widget
    fwt::ProgressBar

@Js
@Serializable

Source

ProgressBar displays a progess bar.

indeterminate

const Bool indeterminate := false

Source

Configure this progess bar to be indeterminate.

make

new make(|This|? f := null)

Source

Default constructor.

max

Int max

Source

The maximum value of the progress. Defaults to 100.

min

Int min

Source

The minimum value of the progess. Must be >= 0. Defaults to 0.

val

Int val

Source

The current value of the progess. Must be >= 0. Defaults to 0.