]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/richtextstyledefinition.tex
wxRichTextAttr does not exist anymore - document instead wxTextAttr
[wxWidgets.git] / docs / latex / wx / richtextstyledefinition.tex
index f9117a59e10d3fbb30b1ce0b7a62788bd2bcb09c..6ab245fdc07e2b4066789b1801516637debfd61c 100644 (file)
@@ -10,6 +10,10 @@ This is a base class for paragraph and character styles.
 
 <wx/richtext/richtextstyles.h>
 
 
 <wx/richtext/richtextstyles.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -46,15 +50,15 @@ Returns the style name.
 
 \membersection{wxRichTextStyleDefinition::GetStyle}\label{wxrichtextstyledefinitiongetstyle}
 
 
 \membersection{wxRichTextStyleDefinition::GetStyle}\label{wxrichtextstyledefinitiongetstyle}
 
-\func{wxRichTextAttr\&}{GetStyle}{\void}
+\func{wxTextAttr\&}{GetStyle}{\void}
 
 
-\constfunc{const wxRichTextAttr\&}{GetStyle}{\void}
+\constfunc{const wxTextAttr\&}{GetStyle}{\void}
 
 Returns the attributes associated with this style.
 
 \membersection{wxRichTextStyleDefinition::GetStyleMergedWithBase}\label{wxrichtextstyledefinitiongetstylemergedwithbase}
 
 
 Returns the attributes associated with this style.
 
 \membersection{wxRichTextStyleDefinition::GetStyleMergedWithBase}\label{wxrichtextstyledefinitiongetstylemergedwithbase}
 
-\constfunc{wxRichTextAttr}{GetStyleMergedWithBase}{\param{wxRichTextStyleSheet*}{ sheet}}
+\constfunc{wxTextAttr}{GetStyleMergedWithBase}{\param{wxRichTextStyleSheet*}{ sheet}}
 
 Returns the style attributes combined with the attributes of the specified base style, if any. This function works recursively.
 
 
 Returns the style attributes combined with the attributes of the specified base style, if any. This function works recursively.
 
@@ -78,7 +82,7 @@ Sets the name of the style.
 
 \membersection{wxRichTextStyleDefinition::SetStyle}\label{wxrichtextstyledefinitionsetstyle}
 
 
 \membersection{wxRichTextStyleDefinition::SetStyle}\label{wxrichtextstyledefinitionsetstyle}
 
-\func{void}{SetStyle}{\param{const wxRichTextAttr\& }{style}}
+\func{void}{SetStyle}{\param{const wxTextAttr\& }{style}}
 
 Sets the attributes for this style.
 
 
 Sets the attributes for this style.