X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b49ccf8d66e2568e2b0de85c25b406aad39f3b1..6e16f8693f572bb21cdd3b346e09926dd9340da1:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index 8ba386cc2f..624d12187e 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -93,6 +93,9 @@ public: // redraw the specified line void RefreshLine(size_t line); + // redraw all lines in the specified range (inclusive) + void RefreshLines(size_t from, size_t to); + // return the item at the specified (in physical coordinates) position or // wxNOT_FOUND if none, i.e. if it is below the last item int HitTest(wxCoord x, wxCoord y) const;