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.

Options

PROGRESSDIALOG_NOCANCEL:Default is no cancel button
PROGRESSDIALOG_CANCEL:Enable the cancel button
PROGRESSDIALOG_NORMAL:same as DECOR_TITLE|DECOR_BORDER

Methods

cancelled?   increment   new  

Attributes

message  [RW]  Progress message [String]
progress  [RW]  Amount of progress [Integer]
total  [RW]  Maximum value for progress [Integer]

Public Class methods

Public Instance methods

Return true if the operation was cancelled.

Increment progress by given amount.

[Validate]