Minor fixes for the overzealous renamer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -1629,6 +1629,11 @@ 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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user