X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f65137f8de90aba96242d5e44b00dfd0efa4b67..c699b4583b6047191ac326728654c6fe8920aa7b:/docs/latex/wx/richtextxmlhandler.tex diff --git a/docs/latex/wx/richtextxmlhandler.tex b/docs/latex/wx/richtextxmlhandler.tex index 6711ecaa45..bf05d0d950 100644 --- a/docs/latex/wx/richtextxmlhandler.tex +++ b/docs/latex/wx/richtextxmlhandler.tex @@ -19,12 +19,17 @@ SetHandlerFlags function: \wxheading{Derived from} -\helpref{wxRichTextFileHandler}{wxrichtextfilehandler} +\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\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.