Used old name SelectCell instead of new name SetCurrentCell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -632,7 +632,7 @@ class WXDLLEXPORT wxGrid : public wxScrolledWindow
|
|||||||
// ------ grid cursor movement functions
|
// ------ grid cursor movement functions
|
||||||
//
|
//
|
||||||
void SetGridCursor( int row, int col )
|
void SetGridCursor( int row, int col )
|
||||||
{ SelectCell( wxGridCellCoords(row, col) ); }
|
{ SetCurrentCell( wxGridCellCoords(row, col) ); }
|
||||||
|
|
||||||
bool MoveCursorUp();
|
bool MoveCursorUp();
|
||||||
bool MoveCursorDown();
|
bool MoveCursorDown();
|
||||||
|
Reference in New Issue
Block a user