]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtextstyles.h
New devs.
[wxWidgets.git] / interface / richtext / richtextstyles.h
index aa0c035143f4e19564ac1188e94302e45bf6a152..a054d938cc3a98f152cdd139fb2aec630bc08794 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtextstyles.h
-// Purpose:     documentation for wxRichTextStyleListCtrl class
+// Purpose:     interface of wxRichTextStyleListCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -25,7 +25,7 @@
     so that when a style is double-clicked, it is applied to the selection.
 
     @beginStyleTable
-    @style{wxRICHTEXTSTYLELIST_HIDE_TYPE_SELECTOR}:
+    @style{wxRICHTEXTSTYLELIST_HIDE_TYPE_SELECTOR}
            This style hides the category selection control.
     @endStyleTable
 
@@ -105,6 +105,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextStyleDefinition
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -178,6 +179,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextParagraphStyleDefinition
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -186,7 +188,7 @@ public:
     wxRichTextStyleSheet.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
 {
@@ -213,6 +215,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextStyleListBox
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -223,11 +226,10 @@ public:
     See @c samples/richtext for an example of how to use it.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
-    @seealso
-    wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
-    overview"
+    @see wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview
+    "wxRichTextCtrl overview"
 */
 class wxRichTextStyleListBox : public wxHtmlListBox
 {
@@ -336,6 +338,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextStyleComboCtrl
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -346,11 +349,10 @@ public:
     See @c samples/richtext for an example of how to use it.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 
-    @seealso
-    wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
-    overview"
+    @see wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview
+    "wxRichTextCtrl overview"
 */
 class wxRichTextStyleComboCtrl : public wxComboCtrl
 {
@@ -396,6 +398,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextCharacterStyleDefinition
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -404,7 +407,7 @@ public:
     wxRichTextStyleSheet.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
 {
@@ -421,6 +424,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextListStyleDefinition
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -443,7 +447,7 @@ public:
     so that you can apply them directly to a buffer without requiring a control.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
 {
@@ -523,6 +527,7 @@ public:
 };
 
 
+
 /**
     @class wxRichTextStyleSheet
     @headerfile richtextstyles.h wx/richtext/richtextstyles.h
@@ -535,7 +540,7 @@ public:
     of styles to the control.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextStyleSheet : public wxObject
 {
@@ -669,3 +674,4 @@ public:
     */
     void SetName(const wxString& name);
 };
+