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:
@@ -631,6 +631,9 @@ class WXDLLEXPORT wxGrid : public wxScrolledWindow
|
|||||||
|
|
||||||
// ------ grid cursor movement functions
|
// ------ grid cursor movement functions
|
||||||
//
|
//
|
||||||
|
void SetGridCursor( int row, int col )
|
||||||
|
{ SelectCell( wxGridCellCoords(row, col) ); }
|
||||||
|
|
||||||
bool MoveCursorUp();
|
bool MoveCursorUp();
|
||||||
bool MoveCursorDown();
|
bool MoveCursorDown();
|
||||||
bool MoveCursorLeft();
|
bool MoveCursorLeft();
|
||||||
|
Reference in New Issue
Block a user