Added a generic wxProgressDialog and made wxPostscriptPrinter use it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-05-09 15:19:45 +00:00
parent 4445e5cbae
commit 8fa2e6a209
10 changed files with 351 additions and 9 deletions

7
include/wx/progdlg.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _WX_PROGDLG_H_BASE_
#define _WX_PROGDLG_H_BASE_
#include "wx/generic/progdlgg.h"
#endif
// _WX_PROGDLG_H_BASE_