X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..cd9da200285e3c625be91768c9ca61dc218c94d0:/docs/latex/wx/htcolor.tex diff --git a/docs/latex/wx/htcolor.tex b/docs/latex/wx/htcolor.tex index de12b3c25c..1dbc0b17f1 100644 --- a/docs/latex/wx/htcolor.tex +++ b/docs/latex/wx/htcolor.tex @@ -15,7 +15,7 @@ This cell changes color of either background or foreground. \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. @@ -25,10 +25,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} }