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