direct.tkwidgets.ProgressBar

from direct.tkwidgets.ProgressBar import ProgressBar

A basic widget for showing the progress being made in a task.

Inheritance diagram

Inheritance diagram of direct.tkwidgets.ProgressBar

class ProgressBar(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)[source]

Bases: object

__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)[source]
update(self)[source]
updateProgress(self, newValue, newMax=None)[source]