| Class | Fox::FXProgressDialog |
| In: |
rdoc-sources/FXProgressDialog.rb
|
| Parent: | FXDialogBox |
A progress dialog is a simple dialog which is used to keep a user informed of the progress of a lengthy operation in a program and that the program is in fact still working.
| PROGRESSDIALOG_NOCANCEL: | Default is no cancel button |
| PROGRESSDIALOG_CANCEL: | Enable the cancel button |
| PROGRESSDIALOG_NORMAL: | same as DECOR_TITLE|DECOR_BORDER |
| message | [RW] | Progress message [String] |
| progress | [RW] | Amount of progress [Integer] |
| total | [RW] | Maximum value for progress [Integer] |
Construct progress dialog box with given caption and message string.