From 669b0c0a0b5a3d529104256f678d985105a8a276 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 28 May 2006 09:12:42 +0000 Subject: [PATCH] Fix underscore escaping again (one obscure one left in wxmsw.tex) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/colour.tex | 6 +++--- docs/latex/wx/font.tex | 2 +- docs/latex/wx/xmlnode.tex | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/latex/wx/colour.tex b/docs/latex/wx/colour.tex index 9aa8957686..2c433298eb 100644 --- a/docs/latex/wx/colour.tex +++ b/docs/latex/wx/colour.tex @@ -109,10 +109,10 @@ Returns the blue intensity. Converts this colour to a \helpref{wxString}{wxstring} using the given {\it flags}. -The supported flags are {\bf wxC2S_NAME}, to obtain the colour -name (e.g. wxColour(255,0,0) -> \texttt{``red"}), {\bf wxC2S_CSS_SYNTAX}, to obtain +The supported flags are {\bf wxC2S\_NAME}, to obtain the colour +name (e.g. wxColour(255,0,0) -> \texttt{``red"}), {\bf wxC2S\_CSS\_SYNTAX}, to obtain the colour in the \texttt{``rgb(r,g,b)"} syntax -(e.g. wxColour(255,0,0) -> \texttt{``rgb(255,0,0)"}), and {\bf wxC2S_HTML_SYNTAX}, to obtain +(e.g. wxColour(255,0,0) -> \texttt{``rgb(255,0,0)"}), and {\bf wxC2S\_HTML\_SYNTAX}, to obtain the colour as \texttt{``\#"} followed by 6 hexadecimal digits (e.g. wxColour(255,0,0) -> \texttt{``\#FF0000"}). diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index b6e63e3ce1..0f74d6c2db 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -495,7 +495,7 @@ Examples of accepted string formats are: \twocolitem{on {\bf wxMac}: FIXME}{FIXME} \end{twocollist} -For more detailed information about the allowed syntaxes you can look at the documentation of the native API used for font-rendering (e.g. \urlref{pango_font_description_from_string}{http://developer.gnome.org/doc/API/2.0/pango/pango-Fonts.html\#pango-font-description-from-string}). +For more detailed information about the allowed syntaxes you can look at the documentation of the native API used for font-rendering (e.g. \urlref{pango\_font\_description\_from\_string}{http://developer.gnome.org/doc/API/2.0/pango/pango-Fonts.html\#pango-font-description-from-string}). \wxheading{See also} diff --git a/docs/latex/wx/xmlnode.tex b/docs/latex/wx/xmlnode.tex index a7e693e43b..12583cf956 100644 --- a/docs/latex/wx/xmlnode.tex +++ b/docs/latex/wx/xmlnode.tex @@ -135,7 +135,7 @@ To get a pointer to the second child of this node (if it does exist), use the \constfunc{wxString}{GetContent}{\void} Returns the content of this node. Can be an empty string. -Be aware that for nodes of type \texttt{wxXML_ELEMENT_NODE} (the most used node type) the +Be aware that for nodes of type \texttt{wxXML\_ELEMENT\_NODE} (the most used node type) the content is an empty string. See \helpref{GetNodeContent()}{wxxmlnodegetnodecontent} for more details. @@ -143,7 +143,7 @@ content is an empty string. See \helpref{GetNodeContent()}{wxxmlnodegetnodeconte \constfunc{wxString}{GetNodeContent}{\void} -Returns the content of the first child node of type \texttt{wxXML_TEXT_NODE} or \texttt{wxXML_CDATA_SECTION_NODE}. +Returns the content of the first child node of type \texttt{wxXML\_TEXT\_NODE} or \texttt{wxXML\_CDATA\_SECTION\_NODE}. This function is very useful since the XML snippet \texttt{``tagcontent"} is represented by expat with the following tag tree: @@ -159,7 +159,7 @@ wxXML_ENTITY_NODE name="tagname", content="" |-- wxXML_CDATA_SECTION_NODE name="", content="tagcontent" \end{verbatim} -An empty string is returned if the node has no children of type \texttt{wxXML_TEXT_NODE} or \texttt{wxXML_CDATA_SECTION_NODE}, or if the content of the first child of such types is empty. +An empty string is returned if the node has no children of type \texttt{wxXML\_TEXT\_NODE} or \texttt{wxXML\_CDATA\_SECTION\_NODE}, or if the content of the first child of such types is empty. \membersection{wxXmlNode::GetName}\label{wxxmlnodegetname} -- 2.47.2