documentation for wxHtmlWindow::OnOpeningURL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-01-19 23:23:28 +00:00
parent 04db5c3f8f
commit e03ca42681
2 changed files with 19 additions and 2 deletions

View File

@@ -198,6 +198,15 @@ Called when user clicks on hypertext link. Default behaviour is to call
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}