X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ecce6913c47685a377509bd16bf246d5ef3feb5..5b222f1c9e0acb63c781675555c76f6129316eb1:/docs/latex/wx/xmlres.tex diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index fb52642dd0..16d57d69fa 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -25,13 +25,13 @@ try to use it, you will get link errors. \wxheading{Data structures} -\begin{enumerate} +\begin{verbatim} enum wxXmlResourceFlags { - wxXRC\_USE\_LOCALE = 1, - wxXRC\_NO\_SUBCLASSING = 2 + wxXRC_USE_LOCALE = 1, + wxXRC_NO_SUBCLASSING = 2 }; -\end{enumerate} +\end{verbatim} \latexignore{\rtfignore{\wxheading{Members}}} @@ -126,7 +126,7 @@ Returns flags, which may be a bitlist of wxXRC\_USE\_LOCALE and wxXRC\_NO\_SUBCL \constfunc{long}{GetVersion}{\void} -Returns version information (a.b.c.d = d+ 256*c + 256\verb|^|2*b + 256\verb|^|3*a). +Returns version information (a.b.c.d = d+ 256*c + 256\textasciicircum2*b + 256\textasciitilde3*a). \membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid}