]>
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 | ||
7376079d VZ |
7 | \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\ |
8 | \helpref{wxObject}{wxobject} | |
5f35b46a JS |
9 | |
10 | \wxheading{Include files} | |
11 | ||
12 | <wx/richtext/richtextstyles.h> | |
13 | ||
a7af285d VZ |
14 | \wxheading{Library} |
15 | ||
16 | \helpref{wxRichtext}{librarieslist} | |
17 | ||
5f35b46a JS |
18 | \wxheading{Data structures} |
19 | ||
20 | \latexignore{\rtfignore{\wxheading{Members}}} | |
21 | ||
22 | \membersection{wxRichTextCharacterStyleDefinition::wxRichTextCharacterStyleDefinition}\label{wxrichtextcharacterstyledefinitionwxrichtextcharacterstyledefinition} | |
23 | ||
24 | \func{}{wxRichTextCharacterStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}} | |
25 | ||
26 | Constructor. | |
27 | ||
28 | \membersection{wxRichTextCharacterStyleDefinition::\destruct{wxRichTextCharacterStyleDefinition}}\label{wxrichtextcharacterstyledefinitiondtor} | |
29 | ||
30 | \func{}{\destruct{wxRichTextCharacterStyleDefinition}}{\void} | |
31 | ||
32 | Destructor. | |
62a268cc | 33 |