NAME
ProgressBar - Progress indicator widget
CREATION
ProgressBar pathName ?option value...?
STANDARD OPTIONS
  -background or -bg   -borderwidth or -bd
  -foreground or -fg   -orient
  -relief
  -troughcolor
WIDGET-SPECIFIC OPTIONS
  -height
  -variable
  -width
WIDGET COMMAND
pathName cget option
pathName configure ?option? ?value option value ...?



DESCRIPTION

ProgressBar widget indicates the user the progress of a lengthly operation. It is used by MainFrame and ProgressDlg.




WIDGET-SPECIFIC OPTIONS
-height
Specifies the desired height for the progress indicator.
-variable
Specifies the variable attached to the progress indicator. Progress indicator is updated when the value of the variable changes. If the variable is unset or if its value is negative, the progress indicator is not displayed (it is drawn flat with background color - usefull for ProgressDlg to make it invisible). If its value is positive, it is used as a percent. The progress indicator is displayed according to relief, borderwidth, troughcolor and foreground options.
-width
Specifies the desired width for the progress indicator.


WIDGET COMMAND
pathName cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the create command.
pathName configure ?option? ?value option value ...?
Modify the configuration options of the widget. Option may have any of the values accepted by the create command, except those who are read-only.