]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeD...
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index e9d90b285ab1645ad3dcb05e0a338192cf0689f5..f70ad5a7dd7b1a291530af9a07837a541b0aa006 100644 (file)
@@ -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
 {