]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/xmlres.tex
Some work on GTK focus handling and events.
[wxWidgets.git] / docs / latex / wx / xmlres.tex
index ed5913cd235abc305a4262679ee2b3eb44dbd9e6..b17eb5aa90769dd615fb9fbecd317999da6f13b0 100644 (file)
@@ -28,8 +28,8 @@ try to use it, you will get link errors.
 \begin{enumerate}
 enum wxXmlResourceFlags
 {
-    wxXRC_USE_LOCALE     = 1,
-    wxXRC_NO_SUBCLASSING = 2
+    wxXRC\_USE\_LOCALE     = 1,
+    wxXRC\_NO\_SUBCLASSING = 2
 };
 \end{enumerate}
 
@@ -128,13 +128,13 @@ Returns flags, which may be a bitlist of wxXRC\_USE\_LOCALE and wxXRC\_NO\_SUBCL
 
 Returns version information (a.b.c.d = d+ 256*c + 256\verb|^|2*b + 256\verb|^|3*a).
 
-\membersection{wxXmlResource::GetXMLID}\label{wxxmlresourcegetxmlid}
+\membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid}
 
-\func{int}{GetXMLID}{\param{const wxChar* }{str\_id}}
+\func{int}{GetXRCID}{\param{const wxChar* }{str\_id}}
 
 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$XMLID(name)$ is provided for convenience.
+The macro \verb$XRCID(name)$ is provided for convenience.
 
 \membersection{wxXmlResource::InitAllHandlers}\label{wxxmlresourceinitallhandlers}