]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_vscroll.i
reSWIGged
[wxWidgets.git] / wxPython / src / _vscroll.i
index 3fbfa62d471caa0b068488478b3fcce74255ab1a..ce66f5cd2307b623b368db441376189146f34516 100644 (file)
@@ -95,6 +95,11 @@ public:
     wxCoord GetLinesHeight(size_t lineMin, size_t lineMax) const
     { return wxVScrolledWindow::GetLinesHeight(lineMin, lineMax); }
 
+    // update the thumb size shown by the scrollbar
+    void UpdateScrollbar() { wxVScrolledWindow::UpdateScrollbar(); }
+
+    // remove the scrollbar completely because we don't need it
+    void RemoveScrollbar() { wxVScrolledWindow::RemoveScrollbar(); }
 
     PYPRIVATE;
 };