From: Robin Dunn Date: Tue, 23 May 2006 02:06:18 +0000 (+0000) Subject: Minor fixes for the overzealous renamer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6dc3c14ff279d139e151b8eff53ab7fcf64b47ac Minor fixes for the overzealous renamer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 96d99272e7..dfab9d1215 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -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,