fixed LaTeX compilation problems (part of patch 551210)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-05 14:24:07 +00:00
parent f6ba47d997
commit 7af3ca1645
32 changed files with 203 additions and 197 deletions

View File

@@ -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
};
\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\tt{^}2*b + 256\tt{^}3*a).
Returns version information (a.b.c.d = d+ 256*c + 256\textasciicircum2*b + 256\textasciitilde3*a).
\membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid}