]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htcolor.tex
added and documented wxDC::DrawCheckMark()
[wxWidgets.git] / docs / latex / wx / htcolor.tex
index de12b3c25c20c263b77fdd807906efe74ac87e6e..1dbc0b17f18c273a9f76c5785d1c7af353f8c8e7 100644 (file)
@@ -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}
 }