X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e70b4d2db930a297f0625b7d43109f793fd3338a..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/msw/wizard.py diff --git a/wxPython/src/msw/wizard.py b/wxPython/src/msw/wizard.py index f2972ae91a..e9f8e55957 100644 --- a/wxPython/src/msw/wizard.py +++ b/wxPython/src/msw/wizard.py @@ -127,7 +127,7 @@ class PyWizardPage(WizardPage): def __init__(self, *args, **kwargs): """__init__(self, Wizard parent, Bitmap bitmap=&wxNullBitmap, String resource=&wxPyEmptyString) -> PyWizardPage""" _wizard.PyWizardPage_swiginit(self,_wizard.new_PyWizardPage(*args, **kwargs)) - self._setCallbackInfo(self, PyWizardPage);self._setOORInfo(self) + self._setOORInfo(self);PyWizardPage._setCallbackInfo(self, self, PyWizardPage) def Create(*args, **kwargs): """Create(self, Wizard parent, Bitmap bitmap=wxNullBitmap, String resource=EmptyString) -> bool"""