X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/234b1c01470c3e88931f97bb7ed4fdceead196bf..d8af1bf97d364e0f499fb509cb9639d040b52186:/include/wx/vscroll.h?ds=inline

diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h
index b24615f27e..33fc7aa1f8 100644
--- a/include/wx/vscroll.h
+++ b/include/wx/vscroll.h
@@ -135,6 +135,8 @@ public:
     // is kept for backwards compatibility
     size_t GetLastVisibleLine() const { return GetVisibleEnd() - 1; }
 
+    // layout the children (including the sizer if needed)
+    virtual bool Layout();
 
 protected:
     // this function must be overridden in the derived class and it should
@@ -186,6 +188,9 @@ protected:
     // update the thumb size shown by the scrollbar
     void UpdateScrollbar();
 
+    // remove the scrollbar completely because we don't need it
+    void RemoveScrollbar();
+
 private:
     // common part of all ctors
     void Init();