/**
@class wxProgressDialog
- @wxheader{progdlg.h}
This class represents a dialog that shows a short message and a
progress bar. Optionally, it can display ABORT and SKIP buttons,
/**
Destructor. Deletes the dialog and enables all top level windows.
*/
- ~wxProgressDialog();
+ virtual ~wxProgressDialog();
/**
Works like Update() but makes the gauge control run in indeterminate mode