Make wxGrid row selecting more user friendly

This commit is contained in:
Ilya Sinitsyn
2020-03-04 23:18:45 +07:00
committed by Vadim Zeitlin
parent 89dd47edee
commit 0920a1646b
3 changed files with 70 additions and 7 deletions

View File

@@ -1468,7 +1468,8 @@ public:
// Returns the topmost row of the current visible area.
int GetFirstFullyVisibleRow() const;
// Returns the leftmost column of the current visible area.
int GetFirstFullyVisibleColumn() const;
// ------ grid cursor movement functions
//