It is recommended way how to obtain pointer to particular cell or
to cell of some type (e.g. wxHtmlAnchorCell reacts on
-HTML\_COND\_ISANCHOR condition)
+wxHTML\_COND\_ISANCHOR condition)
\wxheading{Parameters}
\wxheading{Defined conditions}
\begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf HTML\_COND\_ISANCHOR}}{Finds particular anchor.
+\twocolitem{{\bf wxHTML\_COND\_ISANCHOR}}{Finds particular anchor.
{\it param} is pointer to wxString with name of the anchor.}
-\twocolitem{{\bf HTML\_COND\_USER}}{User-defined conditions start
+\twocolitem{{\bf wxHTML\_COND\_USER}}{User-defined conditions start
from this number.}
\end{twocollist}
\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}\itemsep=0pt
-\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text}
-\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color}
+\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
+\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
\end{twocollist}
}