X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4719e58dc1797a219b7e90322e07cc81b5149bdc..1bbcb0d516a6e5578e53a821074335901ae46e3a:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index bdbb29f206..cc500db1a9 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -95,10 +95,10 @@ public: virtual bool ScrollPages(int pages); // redraw the specified line - void RefreshLine(size_t line); + virtual void RefreshLine(size_t line); // redraw all lines in the specified range (inclusive) - void RefreshLines(size_t from, size_t to); + virtual void RefreshLines(size_t from, size_t to); // return the item at the specified (in physical coordinates) position or.