added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-01-11 23:30:43 +00:00
parent 1be096c9f9
commit 0b2dadd342
4 changed files with 16 additions and 14 deletions

View File

@@ -121,7 +121,7 @@ FALSE if an error occured, TRUE otherwise
\membersection{wxHtmlWindow::OnLinkClicked}\label{wxhtmlwindowonlinkclicked}
\func{virtual void}{OnLinkClicked}{\param{wxHtmlLinkInfo* }{link}}
\func{virtual void}{OnLinkClicked}{\param{const wxHtmlLinkInfo& }{link}}
Called when user clicks on hypertext link. Default behaviour is to call
\helpref{LoadPage}{wxhtmlwindowloadpage} and do nothing else.