Make wxGrid column selecting more user friendly
This commit is contained in:
committed by
Vadim Zeitlin
parent
e1b9ece9a4
commit
89dd47edee
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user