wxNotebookNameStr
[wxWidgets.git] / wxPython / src / _printfw.i
index 6bc971b70e9015be80eac92789ad29221043d769..115834daf27eb06a81cc19c62f54b1d0eb631057 100644 (file)
@@ -376,7 +376,8 @@ IMP_PYCALLBACK_BOOL_INT(wxPyPrintout, wxPrintout, HasPage);
 MustHaveApp(wxPyPrintout);
 
 // Now define the custom class for SWIGging
-%name(Printout) class wxPyPrintout  : public wxObject {
+%rename(Printout) wxPyPrintout;
+class wxPyPrintout  : public wxObject {
 public:
     %pythonAppend wxPyPrintout   "self._setCallbackInfo(self, Printout)"