X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61bb5a9c1b200a43f1446c3873cfc1d5acda0e28..5064e6eff3ca35cb20130dc9e5e53fb3ac02127e:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index 1d29f56405..33fc7aa1f8 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -188,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();