|
Panda3D
|
Public Member Functions | |
| __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) | |
| update (self) | |
| updateProgress (self, newValue, newMax=None) | |
Public Attributes | |
| background = background | |
| canvas | |
| doLabel = doLabel | |
| fillColor = fillColor | |
| frame = Frame(master, relief=appearance, bd=bd) | |
| height = height | |
| label | |
| labelColor = labelColor | |
| labelFont = labelFont | |
| labelFormat = labelFormat | |
| labelText = labelText | |
| master = master | |
| max = max | |
| min = min | |
| str | orientation = orientation |
| scale | |
| value = value | |
| width = width | |
| __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 ) |
| update | ( | self | ) |
| updateProgress | ( | self, | |
| newValue, | |||
| newMax = None ) |
| background = background |
| canvas |
| doLabel = doLabel |
| fillColor = fillColor |
| frame = Frame(master, relief=appearance, bd=bd) |
| height = height |
| label |
| labelColor = labelColor |
| labelFont = labelFont |
| labelFormat = labelFormat |
| labelText = labelText |
| master = master |
| max = max |
| min = min |
| str orientation = orientation |
| scale |
| value = value |
| width = width |