X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a9a204e09c8b46fbffba1bf8d80bf2f0799a608..395f3aa8bdd6b9844d59ba159b597cef61638caf:/interface/wx/richtext/richtextctrl.h diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index e9d90b285a..f70ad5a7dd 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -54,7 +54,6 @@ @library{wxrichtext} @category{events,richtext} - @appearance{richtextctrl.png} */ class wxRichTextEvent : public wxNotifyEvent { @@ -74,11 +73,6 @@ public: */ wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int id = 0); - /** - Clones the event. - */ - wxEvent* Clone() const; - /** Returns the character pressed, within a wxEVT_COMMAND_RICHTEXT_CHARACTER event. */ @@ -167,6 +161,7 @@ public: @library{wxrichtext} @category{richtext} + @appearance{richtextctrl.png} */ class wxRichTextCtrl {