- long style = 0,
- const wxString& name = wxT("dialog"))
- : wxDialog(parent, wxID_ANY, title, pos, size, style, name)
- {
- }
+ long style = wxDEFAULT_DIALOG_STYLE,
+ const wxString& name = wxT("dialog"));
+
+ void SetProgress(int currentPage, int totalPages,
+ int currentCopy, int totalCopies);