]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/wizard.py
Use a swig macro for generating the call to the _setCallbackInfo
[wxWidgets.git] / wxPython / src / mac / wizard.py
index f2972ae91acb1d8d48e612aa004ed58579dad53d..e9f8e55957d471c3983d6cdb9c559549d23c45a1 100644 (file)
@@ -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"""