Fixes for VC++ 4 compilation; fixed wxCommandEvent arg in grid.h;
added $(RM) variable to Mingw32 makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -395,7 +395,7 @@ class wxGrid : public wxPanel
|
||||
void OnSize( wxSizeEvent& );
|
||||
void OnMouse( wxMouseEvent& );
|
||||
void OnKeyDown( wxKeyEvent& );
|
||||
void OnText( wxKeyEvent& );
|
||||
void OnText( wxCommandEvent& );
|
||||
void OnGridScroll( wxScrollEvent& );
|
||||
|
||||
void SelectCell( const wxGridCellCoords& coords );
|
||||
|
Reference in New Issue
Block a user