1999-07-10 17:17:24 -04:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen from
|
|
|
|
% htmlcolourcell.tex at 14/Mar/99 20:13:37
|
|
|
|
%
|
|
|
|
|
|
|
|
\section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell}
|
|
|
|
|
2000-03-14 19:21:49 -05:00
|
|
|
This cell changes the colour of either the background or the foreground.
|
1999-07-10 17:17:24 -04:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxHtmlCell}{wxhtmlcell}
|
|
|
|
|
2000-02-27 16:06:58 -05:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/html/htmlcell.h>
|
|
|
|
|
1999-07-10 17:17:24 -04:00
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell}
|
|
|
|
|
2000-01-18 04:18:17 -05:00
|
|
|
\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}}
|
1999-07-10 17:17:24 -04:00
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
\wxheading{Parameters}
|
|
|
|
|
|
|
|
\docparam{clr}{The color}
|
|
|
|
|
|
|
|
\docparam{flags}{Can be one of following:
|
|
|
|
|
1999-10-25 09:46:48 -04:00
|
|
|
\begin{twocollist}\itemsep=0pt
|
2000-01-18 04:18:17 -05:00
|
|
|
\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
|
|
|
|
\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
|
1999-07-10 17:17:24 -04:00
|
|
|
\end{twocollist}
|
|
|
|
}
|
|
|
|
|