]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_printfw.i
Move the language catalogs install directory on MSW from 'locale' to
[wxWidgets.git] / wxPython / src / _printfw.i
index cebbc4c996bc4467f4057ced09f8c52197d9ad53..43c734854a1a55ca578988a9bd530bdfeb92f235 100644 (file)
@@ -223,10 +223,13 @@ class wxPageSetupDialog : public wxObject
 {
 public:
     wxPageSetupDialog(wxWindow* parent, wxPageSetupDialogData* data = NULL);
-
+    ~wxPageSetupDialog();
+    
     wxPageSetupDialogData& GetPageSetupData();
     wxPageSetupDialogData& GetPageSetupDialogData();
     int ShowModal();
+
+    %pythoncode { def Destroy(self): pass }
 };
 
 //---------------------------------------------------------------------------
@@ -299,6 +302,8 @@ public:
     wxPrintDialog(wxWindow* parent, wxPrintDialogData* data = NULL);
 
     // TODO?: wxPrintDialog(wxWindow *parent, wxPrintData* data);
+
+    ~wxPrintDialog();
     
     virtual int ShowModal();
 
@@ -308,6 +313,7 @@ public:
     %newobject GetPrintDC;
     virtual wxDC *GetPrintDC();
 
+    %pythoncode { def Destroy(self): pass }
 };