]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vscroll.cpp
test popup menu help strings
[wxWidgets.git] / src / generic / vscroll.cpp
index 0d71a2fc67a72eb4f7758a15e69ab299644c274d..5d2ccf0cb63b1255110b49dc31896868b4020973 100644 (file)
@@ -196,6 +196,13 @@ void wxVScrolledWindow::RefreshLine(size_t line)
     RefreshRect(rect);
 }
 
     RefreshRect(rect);
 }
 
+void wxVScrolledWindow::RefreshAll()
+{
+    UpdateScrollbar();
+
+    Refresh();
+}
+
 int wxVScrolledWindow::HitTest(wxCoord WXUNUSED(x), wxCoord y) const
 {
     const size_t lineMax = GetLastVisibleLine();
 int wxVScrolledWindow::HitTest(wxCoord WXUNUSED(x), wxCoord y) const
 {
     const size_t lineMax = GetLastVisibleLine();