]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtextctrl.h
Borland still hates ternary ?
[wxWidgets.git] / interface / richtext / richtextctrl.h
index e27149e617420cf0d286047492e08cb6d7afde3c..c5c7004ec75093d4ddc86b8217facbd57e6029d9 100644 (file)
@@ -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;
 };
+