]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
Mark which methods are pure virtual
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index c6ad67f802adac2416d712e2c0861d369b319c17..b341941c6099cafe386a7891c69ea0b75cf9ee9c 100644 (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
 
     /**