Readded deprec. constructor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,9 +42,15 @@ public:
|
||||
|
||||
// Recommended constructor
|
||||
wxPostScriptDC(const wxPrintData& printData);
|
||||
|
||||
|
||||
~wxPostScriptDC();
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_2
|
||||
wxPostScriptDC( const wxString &output, bool interactive = FALSE, wxWindow *parent = NULL )
|
||||
{ Create( output, interactive, parent ); }
|
||||
bool Create ( const wxString &output, bool interactive = FALSE, wxWindow *parent = NULL );
|
||||
#endif
|
||||
|
||||
virtual bool Ok() const;
|
||||
|
||||
virtual void BeginDrawing() {}
|
||||
|
Reference in New Issue
Block a user