Skip to content
ben-sangster edited this page Nov 10, 2010 · 2 revisions

Description

A progress bar class.

Signals

valueChanged (int val)

Function Calls

Number/void value ([Number value])

  • If called with an argument, set the progress bar's value to value.

  • If not called with an argument, return progress bar's value.

Number/void maximum ([Number value])

  • If called with an argument, set the progress bar's maximum to value.

  • If not called with an argument, return progress bar's maximum.

Number/void minimum ([Number value])

  • If called with an argument, set the progress bar's minimum to value.

  • If not called with an argument, return progress bar's minimum.

String text ()

  • Returns the text value shown as the completion percentage.

void reset ()

  • Reset the progress bar.

API

progressBar

Clone this wiki locally