X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..8dba8632c5bcd64724e2e9e2d40e295555a0cb86:/docs/latex/wx/htcolor.tex diff --git a/docs/latex/wx/htcolor.tex b/docs/latex/wx/htcolor.tex index 2bf15d69e4..5048e26e45 100644 --- a/docs/latex/wx/htcolor.tex +++ b/docs/latex/wx/htcolor.tex @@ -3,22 +3,23 @@ % htmlcolourcell.tex at 14/Mar/99 20:13:37 % - \section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell} -This cell changes color of either background or foreground. +This cell changes the colour of either the background or the foreground. \wxheading{Derived from} \helpref{wxHtmlCell}{wxhtmlcell} +\wxheading{Include files} -\latexignore{\rtfignore{\wxheading{Members}}} + +\latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell} -\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = HTML\_CLR\_FOREGROUND}} +\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}} Constructor. @@ -28,11 +29,9 @@ Constructor. \docparam{flags}{Can be one of following: -\begin{twocollist} -\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text} -\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color} - +\begin{twocollist}\itemsep=0pt +\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text} +\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color} \end{twocollist} - }