/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextstyles.h
-// Purpose: documentation for wxRichTextStyleListCtrl class
+// Purpose: interface of wxRichTextStyleListCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
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
};
+
/**
@class wxRichTextStyleDefinition
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
};
+
/**
@class wxRichTextParagraphStyleDefinition
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
wxRichTextStyleSheet.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
{
};
+
/**
@class wxRichTextStyleListBox
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
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
{
};
+
/**
@class wxRichTextStyleComboCtrl
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
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
{
};
+
/**
@class wxRichTextCharacterStyleDefinition
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
wxRichTextStyleSheet.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
{
};
+
/**
@class wxRichTextListStyleDefinition
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
so that you can apply them directly to a buffer without requiring a control.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
{
};
+
/**
@class wxRichTextStyleSheet
@headerfile richtextstyles.h wx/richtext/richtextstyles.h
of styles to the control.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextStyleSheet : public wxObject
{
*/
void SetName(const wxString& name);
};
+