]>
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 | ||
fa482912 | 8 | This cell changes the colour of either the background or the foreground. |
704a4b75 VS |
9 | |
10 | \wxheading{Derived from} | |
11 | ||
7376079d VZ |
12 | \helpref{wxHtmlCell}{wxhtmlcell}\\ |
13 | \helpref{wxObject}{wxobject} | |
704a4b75 | 14 | |
9704b250 VS |
15 | \wxheading{Include files} |
16 | ||
17 | <wx/html/htmlcell.h> | |
18 | ||
a7af285d VZ |
19 | \wxheading{Library} |
20 | ||
21 | \helpref{wxHtml}{librarieslist} | |
22 | ||
704a4b75 VS |
23 | \latexignore{\rtfignore{\wxheading{Members}}} |
24 | ||
704a4b75 VS |
25 | \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell} |
26 | ||
459d4207 | 27 | \func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}} |
704a4b75 VS |
28 | |
29 | Constructor. | |
30 | ||
31 | \wxheading{Parameters} | |
32 | ||
33 | \docparam{clr}{The color} | |
34 | ||
35 | \docparam{flags}{Can be one of following: | |
36 | ||
448af9a4 | 37 | \begin{twocollist}\itemsep=0pt |
459d4207 VS |
38 | \twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text} |
39 | \twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color} | |
704a4b75 | 40 | \end{twocollist} |
704a4b75 VS |
41 | } |
42 |