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}
\func{}{wxHtmlWinParser}{\void}
-\func{}{wxHtmlWinParser}{\param{wxWindow }{*wnd}}
+\func{}{wxHtmlWinParser}{\param{wxHtmlWindow }{*wnd}}
Constructor. Don't use the default one, use constructor with
{\it wnd} paremeter ({\it wnd} is pointer to associated \helpref{wxHtmlWindow}{wxhtmlwindow})
Adds \helpref{module}{handlers} to the list of wxHtmlWinParser tag handler.
+\membersection{wxHtmlWinParser::CanOpenURL}\label{wxhtmlwinparsercanopenurl}
+
+\func{virtual bool}{CanOpenURL}{\param{const wxString\& }{url}}
+
+Call this function to determine whether you are allowed to open given URL.
+Default behaviour is to call \helpref{wxHtmlWindow::OnOpeningURL}{wxhtmlwindowonopeningurl}
+of the associated wxHtmlWindow object.
+
\membersection{wxHtmlWinParser::CloseContainer}\label{wxhtmlwinparserclosecontainer}
\func{wxHtmlContainerCell*}{CloseContainer}{\void}
\membersection{wxHtmlWinParser::GetWindow}\label{wxhtmlwinparsergetwindow}
-\func{wxWindow*}{GetWindow}{\void}
+\func{wxHtmlWindow*}{GetWindow}{\void}
Returns associated window (wxHtmlWindow). This may be NULL! (You should always
test if it is non-NULL. For example {\tt TITLE} handler sets window