]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/xmlres.tex
compilation fix after TRUE/FALSE change
[wxWidgets.git] / docs / latex / wx / xmlres.tex
index f4c369f3822c79203ff5911fcc2633a0fd18eb9d..c243223014b46b3c0f932b6f5bfbef5a507012ad 100644 (file)
@@ -28,8 +28,8 @@ try to use it, you will get link errors.
 \begin{enumerate}
 enum wxXmlResourceFlags
 {
 \begin{enumerate}
 enum wxXmlResourceFlags
 {
-    wxXRC_USE_LOCALE     = 1,
-    wxXRC_NO_SUBCLASSING = 2
+    wxXRC\_USE\_LOCALE     = 1,
+    wxXRC\_NO\_SUBCLASSING = 2
 };
 \end{enumerate}
 
 };
 \end{enumerate}
 
@@ -126,7 +126,7 @@ Returns flags, which may be a bitlist of wxXRC\_USE\_LOCALE and wxXRC\_NO\_SUBCL
 
 \constfunc{long}{GetVersion}{\void}
 
 
 \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\tt{^}2*b + 256\tt{^}3*a).
 
 \membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid}
 
 
 \membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid}
 
@@ -134,7 +134,7 @@ Returns version information (a.b.c.d = d+ 256*c + 256\verb|^|2*b + 256\verb|^|3*
 
 Returns a numeric ID that is equivalent to the string ID used in an XML
 resource. To be used in event tables.
 
 Returns a numeric ID that is equivalent to the string ID used in an XML
 resource. To be used in event tables.
-The macro \verb$XRCID(name)$ is provided for convenience.
+The macro {\tt XRCID(name)} is provided for convenience.
 
 \membersection{wxXmlResource::InitAllHandlers}\label{wxxmlresourceinitallhandlers}
 
 
 \membersection{wxXmlResource::InitAllHandlers}\label{wxxmlresourceinitallhandlers}