// find the index of the line we need to show at the top of the window such
// that the last (fully or partially) visible line is the given one
// find the index of the line we need to show at the top of the window such
// that the last (fully or partially) visible line is the given one
{ return wxVScrolledWindow::FindFirstFromBottom(lineLast, fullyVisible); }
// get the total height of the lines between lineMin (inclusive) and
{ return wxVScrolledWindow::FindFirstFromBottom(lineLast, fullyVisible); }
// get the total height of the lines between lineMin (inclusive) and
// return the item at the specified (in physical coordinates) position or
// wxNOT_FOUND if none, i.e. if it is below the last item
// return the item at the specified (in physical coordinates) position or
// wxNOT_FOUND if none, i.e. if it is below the last item
// change the background colour of the selected cells
void SetSelectionBackground(const wxColour& col);
// change the background colour of the selected cells
void SetSelectionBackground(const wxColour& col);