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