]>
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 | ||
459d4207 | 18 | \func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}} |
704a4b75 VS |
19 | |
20 | Constructor. | |
21 | ||
22 | \wxheading{Parameters} | |
23 | ||
24 | \docparam{clr}{The color} | |
25 | ||
26 | \docparam{flags}{Can be one of following: | |
27 | ||
448af9a4 | 28 | \begin{twocollist}\itemsep=0pt |
459d4207 VS |
29 | \twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text} |
30 | \twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color} | |
704a4b75 | 31 | \end{twocollist} |
704a4b75 VS |
32 | } |
33 |