]>
Commit | Line | Data |
---|---|---|
5f35b46a JS |
1 | \section{\class{wxRichTextCharacterStyleDefinition}}\label{wxrichtextcharacterstyledefinition} |
2 | ||
3 | This class represents a character style definition, usually added to a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}. | |
4 | ||
5 | \wxheading{Derived from} | |
6 | ||
7 | \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition} | |
8 | ||
9 | \wxheading{Include files} | |
10 | ||
11 | <wx/richtext/richtextstyles.h> | |
12 | ||
a7af285d VZ |
13 | \wxheading{Library} |
14 | ||
15 | \helpref{wxRichtext}{librarieslist} | |
16 | ||
5f35b46a JS |
17 | \wxheading{Data structures} |
18 | ||
19 | \latexignore{\rtfignore{\wxheading{Members}}} | |
20 | ||
21 | \membersection{wxRichTextCharacterStyleDefinition::wxRichTextCharacterStyleDefinition}\label{wxrichtextcharacterstyledefinitionwxrichtextcharacterstyledefinition} | |
22 | ||
23 | \func{}{wxRichTextCharacterStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}} | |
24 | ||
25 | Constructor. | |
26 | ||
27 | \membersection{wxRichTextCharacterStyleDefinition::\destruct{wxRichTextCharacterStyleDefinition}}\label{wxrichtextcharacterstyledefinitiondtor} | |
28 | ||
29 | \func{}{\destruct{wxRichTextCharacterStyleDefinition}}{\void} | |
30 | ||
31 | Destructor. | |
62a268cc | 32 |