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:
@@ -416,7 +416,7 @@ public:
|
||||
%newgroup;
|
||||
|
||||
// WXWIN_COMPATIBILITY_2_4
|
||||
|
||||
#if 0
|
||||
class wxBookCtrlSizer: public wxSizer
|
||||
{
|
||||
public:
|
||||
@@ -443,6 +443,6 @@ public:
|
||||
|
||||
%pythoncode { NotebookSizer.__init__ = wx._deprecated(NotebookSizer.__init__, "NotebookSizer is no longer needed.") }
|
||||
%pythoncode { BookCtrlSizer.__init__ = wx._deprecated(BookCtrlSizer.__init__, "BookCtrlSizer is no longer needed.") }
|
||||
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user