]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htcolor.tex
Removed OGL prior to re-adding; some Watcom corrections
[wxWidgets.git] / docs / latex / wx / htcolor.tex
index b7704f86ab92fd935ead560272cf7b653c811609..d157797e1d4c275d69ae0dd0bfc5a4b20acc8b69 100644 (file)
@@ -11,11 +11,15 @@ This cell changes color of either background or foreground.
 
 \helpref{wxHtmlCell}{wxhtmlcell}
 
+\wxheading{Include files}
+
+<wx/html/htmlcell.h>
+
 \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.
 
@@ -26,8 +30,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}
 }