]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/richtextparagraphstyledefinition.tex
set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control...
[wxWidgets.git] / docs / latex / wx / richtextparagraphstyledefinition.tex
1 \section{\class{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinition}
2
3 This class represents a paragraph style definition, usually added to a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}.
4
5 \wxheading{Derived from}
6
7 \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
8 \helpref{wxObject}{wxobject}
9
10 \wxheading{Include files}
11
12 <wx/richtext/richtextstyles.h>
13
14 \wxheading{Library}
15
16 \helpref{wxRichtext}{librarieslist}
17
18 \wxheading{Data structures}
19
20 \latexignore{\rtfignore{\wxheading{Members}}}
21
22 \membersection{wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition}\label{wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition}
23
24 \func{}{wxRichTextParagraphStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}}
25
26 Constructor.
27
28 \membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor}
29
30 \func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void}
31
32 Destructor.
33
34 \membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle}
35
36 \constfunc{const wxString\&}{GetNextStyle}{\void}
37
38 Returns the style that should normally follow this style.
39
40 \membersection{wxRichTextParagraphStyleDefinition::SetNextStyle}\label{wxrichtextparagraphstyledefinitionsetnextstyle}
41
42 \func{void}{SetNextStyle}{\param{const wxString\& }{name}}
43
44 Sets the style that should normally follow this style.
45