Fan

 

class

fwt::ProgressBar

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

ProgressBar displays a progess bar.

Slots

indeterminateSource

const Bool indeterminate := false

Configure this progess bar to be indeterminate.

makeSource

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

Default constructor.

maxSource

native Int max

The maximum value of the progress. Defaults to 100.

minSource

native Int min

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

valSource

native Int val

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