X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e7ad1cab887c2f1cd1a624ec0aec60d20b4d6e2..e4821c39c43133f7b48588a51d96cfdfeff79f6f:/interface/wx/richtext/richtextctrl.h diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index 45d35b9e47..a3b6aa953d 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -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); //@{ /**