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.

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.

valueSource

native Int value

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