1%
2% automatically generated by HelpGen from
3% htmlcolourcell.tex at 14/Mar/99 20:13:37
4%
5
6\section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell}
7
8This cell changes the colour of either the background or the foreground. 
9
10\wxheading{Derived from}
11
12\helpref{wxHtmlCell}{wxhtmlcell}
13
14\wxheading{Include files}
15
16<wx/html/htmlcell.h>
17
18\latexignore{\rtfignore{\wxheading{Members}}}
19
20\membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell}
21
22\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}}
23
24Constructor.
25
26\wxheading{Parameters}
27
28\docparam{clr}{The color}
29
30\docparam{flags}{Can be one of following:
31
32\begin{twocollist}\itemsep=0pt
33\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
34\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
35\end{twocollist}
36}
37
38