\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.
\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}
}