]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wizard.i
Use a swig macro for generating the call to the _setCallbackInfo
[wxWidgets.git] / wxPython / src / wizard.i
index 18677ef176f0b83091faf78f40df9b6448fbebd4..c69c484873154687f434a034838d4cc3b2211db0 100644 (file)
@@ -210,7 +210,7 @@ MustHaveApp(wxPyWizardPage);
 class wxPyWizardPage : public wxWizardPage {
 public:
 
-    %pythonAppend wxPyWizardPage   "self._setCallbackInfo(self, PyWizardPage);self._setOORInfo(self)"
+    %pythonAppend wxPyWizardPage   "self._setOORInfo(self);" setCallbackInfo(PyWizardPage)
     %pythonAppend wxPyWizardPage() ""
     %typemap(out) wxPyWizardPage*;    // turn off this typemap