]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htcolor.tex
typo
[wxWidgets.git] / docs / latex / wx / htcolor.tex
index de12b3c25c20c263b77fdd807906efe74ac87e6e..5ee71e0a02683965cdb78205c3aa5743f2102651 100644 (file)
@@ -5,17 +5,26 @@
 
 \section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell}
 
-This cell changes color of either background or foreground. 
+This cell changes the colour of either the background or the foreground. 
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlCell}{wxhtmlcell}
+\helpref{wxHtmlCell}{wxhtmlcell}\\
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/html/htmlcell.h>
+
+\wxheading{Library}
+
+\helpref{wxHtml}{librarieslist}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \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.
 
@@ -25,10 +34,9 @@ Constructor.
 
 \docparam{flags}{Can be one of following:
 
-\begin{twocollist}
-\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text}
-\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color}
-
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
+\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
 \end{twocollist}
 }