| 
  Progress
 | 
Home   
Documentation   
Screenshots   
Binary distributions   
Source distribution   
 subclass of Widget
 creates a widget in which the progress of some action will be displayed.
 The progress will be displayed as the fraction of ticks passed (
 ticks are passed by invoking the incr method), compared to the number 
 of ticks to go (-ticks options). The display will be updated every
 -refresh miliseconds (if incr is called enough)
	Progress specific options
- Command-Line Name: -ticks
 - Database Name: ticks
 - Database Class: Ticks
 - 
- Command-Line Name: -refresh
 - Database Name: refresh
 - Database Class: Refresh
 - 
  
	Progress specific methods
- 
pathname incr ?value?
 - 
- 
pathname set value
 - 
- 
pathname get 
 - 
- 
pathname percentconfigure ?option? ?value? ...
 - 
 change the properties of the text displaying the percentage
- 
pathname barconfigure ?option? ?value? ...
 - 
 change the properties of the bar
- 
pathname redraw
 - 
 redraw progress bar