X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..838bfb19e02839b57778ef71963505b27a7ea758:/interface/richtext/richtextstyles.h diff --git a/interface/richtext/richtextstyles.h b/interface/richtext/richtextstyles.h index aa0c035143..a054d938cc 100644 --- a/interface/richtext/richtextstyles.h +++ b/interface/richtext/richtextstyles.h @@ -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); }; +