HappyDoc Generated Documentation Class: Progress

. / 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   
  set 
set ( self,  value )
  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,
        )

This document was automatically generated Thu Nov 15 14:10:34 2007 by HappyDoc version 3.0.a1