]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / src / grid.i
index aab2af22adde7c890a111f14d07bbfff41ba9047..741c4c0915b3a1ed80bbe2e4bd33555afe923b39 100644 (file)
@@ -1592,6 +1592,8 @@ class wxGrid : public wxScrolledWindow
 {
 public:
     %pythonAppend wxGrid "self._setOORInfo(self)"
+    %pythonAppend wxGrid() ""
+    
     %typemap(out) wxGrid*;    // turn off this typemap
 
     wxGrid( wxWindow *parent,
@@ -1601,7 +1603,7 @@ public:
             long style = wxWANTS_CHARS,
             const wxString& name = wxPyPanelNameStr);
 
-    %name(PreGrid) wxGrid();
+    %RenameCtor(PreGrid,  wxGrid());
 
     
     // Turn it back on again