*/
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
/**
{ }
/**
- Returns the buffer position at which the event occured.
+ Returns the buffer position at which the event occurred.
*/
long GetPosition() const { return m_position; }