]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor fixes for the overzealous renamer
authorRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 02:06:18 +0000 (02:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 02:06:18 +0000 (02:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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,