/ . / CGLtk / Progress.py / Progress
Progress bar based on Tcl version by Donal K. Fellows
.
Options are based on Tile (aka Tk 8.5) progress bar arguments
to simplify converting.
Methods
|
|
|
place
|
place (
self,
*args,
*kw,
)
|
|
grid
|
grid (
self,
*args,
*kw,
)
|
|
__init__
|
__init__ (
self,
master,
orient=Tkinter.HORIZONTAL,
length=0,
maximum=100,
value=0,
variable=None,
)
Exceptions
|
|
RuntimeError, "only horizontal progress bars are supported for now"
|
|
|
pack
|
pack (
self,
*args,
*kw,
)
|
|
|