Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -132,6 +132,8 @@ public:
|
||||
// prepared to remove them...
|
||||
|
||||
// PostScript-specific data
|
||||
// WXWIN_COMPATIBILITY_2_4
|
||||
#if 0
|
||||
const wxString& GetPrinterCommand();
|
||||
const wxString& GetPrinterOptions();
|
||||
const wxString& GetPreviewCommand();
|
||||
@@ -150,6 +152,7 @@ public:
|
||||
void SetPrinterTranslateX(long x);
|
||||
void SetPrinterTranslateY(long y);
|
||||
void SetPrinterTranslation(long x, long y);
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
@@ -248,9 +251,10 @@ public:
|
||||
bool GetPrintToFile() const;
|
||||
|
||||
// WXWIN_COMPATIBILITY_2_4
|
||||
#if 0
|
||||
bool GetSetupDialog() const;
|
||||
void SetSetupDialog(bool flag);
|
||||
|
||||
#endif
|
||||
void SetFromPage(int v);
|
||||
void SetToPage(int v);
|
||||
void SetMinPage(int v);
|
||||
|
Reference in New Issue
Block a user