Added missing SetGridCursor function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Bedward
2000-02-03 07:11:12 +00:00
parent f445b8537b
commit dfaf42d2e8

View File

@@ -631,6 +631,9 @@ class WXDLLEXPORT wxGrid : public wxScrolledWindow
// ------ grid cursor movement functions
//
void SetGridCursor( int row, int col )
{ SelectCell( wxGridCellCoords(row, col) ); }
bool MoveCursorUp();
bool MoveCursorDown();
bool MoveCursorLeft();