NAME
ProgressDlg - Progress indicator dialog box
CREATION
ProgressDlg pathName ?option value...?
STANDARD OPTIONS
  -font
  -textvariable
OPTIONS from Dialog
  -background or -bg   -parent
  -separator   -title
OPTIONS from ProgressBar
  -background or -bg   -borderwidth or -bd
  -foreground or -fg   -relief
  -troughcolor   -variable
WIDGET-SPECIFIC OPTIONS
  -command
  -height
  -stop
  -width



DESCRIPTION

ProgressDlg provides a simple way to display a progress indicator dialog. ProgressDlg::create creates the dialog, displays it, set a local grab to it and immediatly return. The dialog is updated by modifying the value of the variable of options -textvariable and -variable. You have to destroy the dialog after use.




WIDGET-SPECIFIC OPTIONS
-command
Specifies a command to call when user press stop button.
-height
Specifies a desired height for the label in lines of text.
-stop
Specifies the text of the button typically used to stop process. If empty, no button will be drawn. This can be a symbolic name.
-width
Specifies a desired width for the label in characters.