Compilation fixes for wxPython's wxWizard, added wxRegionFromPoints

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-27 20:35:18 +00:00
parent de505a9e23
commit 3de0866e8c
6 changed files with 51 additions and 70 deletions

View File

@@ -101,9 +101,6 @@ public:
const wxBitmap& bitmap = wxNullBitmap,
const char* resource = NULL);
// common part of ctors:
void Init();
// these functions are used by the wizard to show another page when the
// user chooses "Back" or "Next" button
virtual wxWizardPage *GetPrev() const;
@@ -270,9 +267,6 @@ public:
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
%pragma(python) addtomethod = "wxPreWizardPageSimple:val._setOORInfo(val)"
// common part of ctors:
void Init();
// the pointers may be also set later - but before starting the wizard
void SetPrev(wxWizardPage *prev);
void SetNext(wxWizardPage *next);