]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
No need to use 2-phase create of the text ctrl
[wxWidgets.git] / wxPython / src / grid.i
index 96d99272e7ad1a67159ef2361cc2b6bc842a93f2..dfab9d12158bf5cb19d5a07d784914d28657fc49 100644 (file)
@@ -1629,7 +1629,12 @@ public:
                  long style = wxWANTS_CHARS,
                  const wxString& name = wxPyPanelNameStr );
 
-
+    // Override the global renamer to leave these as they are, for backwards
+    // compatibility
+    %rename(wxGridSelectCells)   wxGridSelectCells;
+    %rename(wxGridSelectRows)    wxGridSelectRows;
+    %rename(wxGridSelectColumns) wxGridSelectColumns;
+    
     enum wxGridSelectionModes {
         wxGridSelectCells,
         wxGridSelectRows,