]> git.saurik.com Git - wxWidgets.git/commitdiff
HTML_* -> wxHTML_* (bugs in docs)
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Jan 2000 09:18:17 +0000 (09:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Jan 2000 09:18:17 +0000 (09:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/htcell.tex
docs/latex/wx/htcolor.tex

index 9cbda9c3147fc6c590e17fd592d21e15adcaf0a9..0922d7cba8d8577dd219c9a3463d6dad52817af6 100644 (file)
@@ -96,7 +96,7 @@ return pointer to the first cell that matches the condition)
 
 It is recommended way how to obtain pointer to particular cell or
 to cell of some type (e.g. wxHtmlAnchorCell reacts on
-HTML\_COND\_ISANCHOR condition)
+wxHTML\_COND\_ISANCHOR condition)
 
 \wxheading{Parameters}
 
@@ -107,9 +107,9 @@ HTML\_COND\_ISANCHOR condition)
 \wxheading{Defined conditions}
 
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf HTML\_COND\_ISANCHOR}}{Finds particular anchor. 
+\twocolitem{{\bf wxHTML\_COND\_ISANCHOR}}{Finds particular anchor. 
 {\it param} is pointer to wxString with name of the anchor.}
-\twocolitem{{\bf HTML\_COND\_USER}}{User-defined conditions start
+\twocolitem{{\bf wxHTML\_COND\_USER}}{User-defined conditions start
 from this number.}
 \end{twocollist}
 
index b7704f86ab92fd935ead560272cf7b653c811609..1dbc0b17f18c273a9f76c5785d1c7af353f8c8e7 100644 (file)
@@ -15,7 +15,7 @@ This cell changes color of either background or foreground.
 
 \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell}
 
-\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = HTML\_CLR\_FOREGROUND}}
+\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}}
 
 Constructor.
 
@@ -26,8 +26,8 @@ Constructor.
 \docparam{flags}{Can be one of following:
 
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text}
-\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color}
+\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
+\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
 \end{twocollist}
 }