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