ProgressBar

Inheritance:

Methods of ProgressBar:

__init__
def __init__(self, master=None, orientation="horizontal", min=0, max=100, width=100, height=18, doLabel=1, appearance="sunken", fillColor="blue", background="gray", labelColor="yellow", labelFont="Verdana", labelText="", labelFormat="%d%%", value=50, bd=2)

Undocumented function.

update
def update(self)

Undocumented function.

updateProgress
def updateProgress(self, newValue, newMax=None)

Undocumented function.