ProgressBar

Horizontal bar showing progress.

Modulerequire("yue.gui")
TypeClass
InheritsView

Class methods

create()

Create a new ProgressBar.

Return

ProgressBar

Methods

setvalue(percent)

Set the percent value between 0 and 100.0.

Parameters

getvalue()

Return the percent value between 0 and 100.0.

Return

number

setindeterminate(indeterminate)

Set whether the progress bar is indeterminate.

Parameters

isindeterminate()

Return whether the progress bar is indeterminate.

Return

boolean