\item Plain Text filter (this filter is used if no other filter matches)
\end{itemize}
+\membersection{wxHtmlWindow::AppendToPage}\label{wxhtmlwindowappendtopage}
+
+\func{bool}{AppendToPage}{\param{const wxString\& }{source}}
+
+Appends HTML fragment to currently displayed text and refreshes the window.
+
+\wxheading{Parameters}
+
+\docparam{source}{HTML code fragment}
+
+\wxheading{Return value}
+
+FALSE if an error occurred, TRUE otherwise.
+
\membersection{wxHtmlWindow::GetInternalRepresentation}\label{wxhtmlwindowgetinternalrepresentation}
\constfunc{wxHtmlContainerCell*}{GetInternalRepresentation}{\void}
Also see \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}.
+\membersection{wxHtmlWindow::OnOpeningURL}\label{wxhtmlwindowonopeningurl}
+
+\func{virtual bool}{OnOpeningURL}{\param{const wxString\& }{url}}
+
+Called when an URL is being opened (either when the user clicks on a link or
+an image is loaded). If the function returns FALSE, the URL won't be fetched.
+Default behaviour is to return TRUE.
+
+Also see \helpref{wxHtmlWinParser::CanOpenURL}{wxhtmlwinparsercanopenurl}.
\membersection{wxHtmlWindow::OnSetTitle}\label{wxhtmlwindowonsettitle}