Added functionality for disabling the vertical scrollbar.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2012-02-23 17:01:30 +00:00
parent bf973818a3
commit 12f5219fac
3 changed files with 31 additions and 1 deletions

View File

@@ -1635,6 +1635,16 @@ public:
*/
virtual bool CanInsertContent(wxRichTextParagraphLayoutBox& container, long pos) const;
/**
Enable or disable the vertical scrollbar.
*/
virtual void EnableVerticalScrollbar(bool enable);
/**
Returns @true if the vertical scrollbar is enabled.
*/
virtual bool GetVerticalScrollbarEnabled() const;
// Command handlers
/**