]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htcolor.tex
Full-screen dragging fix (GC setting)
[wxWidgets.git] / docs / latex / wx / htcolor.tex
index 2bf15d69e4a175b3e280e6566266771438aa1040..d157797e1d4c275d69ae0dd0bfc5a4b20acc8b69 100644 (file)
@@ -3,7 +3,6 @@
 % htmlcolourcell.tex at 14/Mar/99 20:13:37
 %
 
-
 \section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell}
 
 This cell changes color of either background or foreground. 
@@ -12,13 +11,15 @@ This cell changes color of either background or foreground.
 
 \helpref{wxHtmlCell}{wxhtmlcell}
 
+\wxheading{Include files}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+<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.
 
@@ -28,11 +29,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}
-
 }