]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/richtextxmlhandler.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / richtextxmlhandler.tex
index 6711ecaa45b49ecc091509e8be1152f5cb73df49..bf05d0d950b1fe6443eec93dccd90af0e332efe0 100644 (file)
@@ -19,12 +19,17 @@ SetHandlerFlags function:
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}
+\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/richtext/richtextxml.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -49,7 +54,7 @@ Returns \true.
 
 \membersection{wxRichTextXMLHandler::CreateStyle}\label{wxrichtextxmlhandlercreatestyle}
 
-\func{wxString}{CreateStyle}{\param{const wxTextAttrEx\& }{attr}, \param{bool }{isPara = false}}
+\func{wxString}{CreateStyle}{\param{const wxTextAttr\& }{attr}, \param{bool }{isPara = false}}
 
 Creates XML code for a given character or paragraph style.
 
@@ -91,7 +96,7 @@ Helper function: gets a named parameter from the XML node.
 
 \membersection{wxRichTextXMLHandler::GetStyle}\label{wxrichtextxmlhandlergetstyle}
 
-\func{bool}{GetStyle}{\param{wxTextAttrEx\& }{attr}, \param{wxXmlNode* }{node}, \param{bool }{isPara = false}}
+\func{bool}{GetStyle}{\param{wxTextAttr\& }{attr}, \param{wxXmlNode* }{node}, \param{bool }{isPara = false}}
 
 Helper function: gets style parameters from the given XML node.