]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
Add appearance tags
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index 45d35b9e47459e04002f8d460947bc7989511a58..a3b6aa953dd9965a53e1e782d3e75fd487e1f292 100644 (file)
@@ -516,7 +516,7 @@ public:
     /**
         Currently this simply returns @c wxSize(10, 10).
     */
-    wxSize DoGetBestSize() const;
+    virtual wxSize DoGetBestSize() const;
 
     /**
         Ends alignment.
@@ -1427,7 +1427,7 @@ public:
     /**
         Replaces existing content with the given text.
     */
-    void SetValue(const wxString& value);
+    virtual void SetValue(const wxString& value);
 
     /**
         A helper function setting up scrollbars, for example after a resize.
@@ -1472,7 +1472,7 @@ public:
     /**
         Writes an image block at the current insertion point.
     */
-    bool WriteImage(const wxRichTextImageBlock& imageBlock);
+    virtual bool WriteImage(const wxRichTextImageBlock& imageBlock);
 
     //@{
     /**