Make wxGrid column selecting more user friendly

This commit is contained in:
Ilya Sinitsyn
2020-03-04 23:00:10 +07:00
committed by Vadim Zeitlin
parent e1b9ece9a4
commit 89dd47edee
3 changed files with 73 additions and 6 deletions

View File

@@ -1466,6 +1466,9 @@ public:
void MakeCellVisible( const wxGridCellCoords& coords )
{ MakeCellVisible( coords.GetRow(), coords.GetCol() ); }
// Returns the topmost row of the current visible area.
int GetFirstFullyVisibleRow() const;
// ------ grid cursor movement functions
//