]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/htcolor.tex
Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize;
[wxWidgets.git] / docs / latex / wx / htcolor.tex
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
8 This cell changes color of either background or foreground.
9
10 \wxheading{Derived from}
11
12 \helpref{wxHtmlCell}{wxhtmlcell}
13
14 \latexignore{\rtfignore{\wxheading{Members}}}
15
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}\itemsep=0pt
29 \twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text}
30 \twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color}
31 \end{twocollist}
32 }
33