X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c560da981a3304b3fa9e4b7be61f60f3f226946b..5e6ce06a0d6c2a21ede24343fb9541f4101af582:/docs/latex/wx/xmlres.tex diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index 15efa2a074..352864ade0 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -19,6 +19,10 @@ See \helpref{XML-based resource system overview}{xrcoverview} for details. +\wxheading{Library} + +\helpref{wxXrc}{librarieslist} + \wxheading{Constants} \begin{verbatim} @@ -188,7 +192,7 @@ Example: \begin{verbatim} MyDialog dlg; wxTheXmlResource->LoadDialog(&dlg, mainFrame, "my_dialog"); - dlg->ShowModal(); + dlg.ShowModal(); \end{verbatim}