]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/richtextstyledefinition.tex
More const bool (sigh)
[wxWidgets.git] / docs / latex / wx / richtextstyledefinition.tex
index 19e5fcc5145f338831bc80261526a8c9aaebbfe2..f9117a59e10d3fbb30b1ce0b7a62788bd2bcb09c 100644 (file)
@@ -32,6 +32,12 @@ Destructor.
 
 Returns the style on which this style is based.
 
+\membersection{wxRichTextStyleDefinition::GetDescription}\label{wxrichtextstyledefinitiongetdescription}
+
+\constfunc{const wxString\&}{GetDescription}{\void}
+
+Returns the style's description.
+
 \membersection{wxRichTextStyleDefinition::GetName}\label{wxrichtextstyledefinitiongetname}
 
 \constfunc{const wxString\&}{GetName}{\void}
@@ -46,11 +52,11 @@ Returns the style name.
 
 Returns the attributes associated with this style.
 
-\membersection{wxRichTextStyleDefinition::Init}\label{wxrichtextstyledefinitioninit}
+\membersection{wxRichTextStyleDefinition::GetStyleMergedWithBase}\label{wxrichtextstyledefinitiongetstylemergedwithbase}
 
-\func{void}{Init}{\void}
+\constfunc{wxRichTextAttr}{GetStyleMergedWithBase}{\param{wxRichTextStyleSheet*}{ sheet}}
 
-Initialises the definition.
+Returns the style attributes combined with the attributes of the specified base style, if any. This function works recursively.
 
 \membersection{wxRichTextStyleDefinition::SetBaseStyle}\label{wxrichtextstyledefinitionsetbasestyle}
 
@@ -58,6 +64,12 @@ Initialises the definition.
 
 Sets the name of the style that this style is based on.
 
+\membersection{wxRichTextStyleDefinition::SetDescription}\label{wxrichtextstyledefinitionsetdescription}
+
+\func{void}{SetDescription}{\param{const wxString\& }{descr}}
+
+Sets the style description.
+
 \membersection{wxRichTextStyleDefinition::SetName}\label{wxrichtextstyledefinitionsetname}
 
 \func{void}{SetName}{\param{const wxString\& }{name}}