X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..997c7e4616fc41fb571553a8998d1f13ff90b278:/interface/richtext/richtextctrl.h diff --git a/interface/richtext/richtextctrl.h b/interface/richtext/richtextctrl.h index e27149e617..c5c7004ec7 100644 --- a/interface/richtext/richtextctrl.h +++ b/interface/richtext/richtextctrl.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: richtext/richtextctrl.h -// Purpose: documentation for wxRichTextEvent class +// Purpose: interface of wxRichTextEvent // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -13,7 +13,7 @@ This is the event class for wxRichTextCtrl notifications. @library{wxrichtext} - @category{events} + @category{richtext} */ class wxRichTextEvent : public wxNotifyEvent { @@ -102,6 +102,7 @@ public: }; + /** @class wxRichTextCtrl @headerfile richtextctrl.h wx/richtext/richtextctrl.h @@ -118,8 +119,7 @@ public: "wxRichTextCtrl overview". @library{wxrichtext} - @category{ctrl} - @appearance{richtextctrl.png} + @category{richtext} */ class wxRichTextCtrl { @@ -1404,3 +1404,4 @@ public: */ long XYToPosition(long x, long y) const; }; +