// 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
//
// this function is only valid for the single selection listboxes
bool SelectRange(size_t from, size_t to);
//
// this function is only valid for the single selection listboxes
bool SelectRange(size_t from, size_t to);
// select all items in the listbox
//
// the return code indicates if any items were affected by this operation
// select all items in the listbox
//
// the return code indicates if any items were affected by this operation