]>
Commit | Line | Data |
---|---|---|
704a4b75 VS |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % htmlcolourcell.tex at 14/Mar/99 20:13:37 | |
4 | % | |
5 | ||
704a4b75 VS |
6 | \section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell} |
7 | ||
8 | This cell changes color of either background or foreground. | |
9 | ||
10 | \wxheading{Derived from} | |
11 | ||
12 | \helpref{wxHtmlCell}{wxhtmlcell} | |
13 | ||
704a4b75 VS |
14 | \latexignore{\rtfignore{\wxheading{Members}}} |
15 | ||
704a4b75 VS |
16 | \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell} |
17 | ||
18 | \func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = HTML\_CLR\_FOREGROUND}} | |
19 | ||
20 | Constructor. | |
21 | ||
22 | \wxheading{Parameters} | |
23 | ||
24 | \docparam{clr}{The color} | |
25 | ||
26 | \docparam{flags}{Can be one of following: | |
27 | ||
28 | \begin{twocollist} | |
29 | \twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text} | |
30 | \twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color} | |
31 | ||
32 | \end{twocollist} | |
704a4b75 VS |
33 | } |
34 |