X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a1e758d899e1945ea56c4bc431a5591e8ad31cd..813210ca7e63cb0a8e2a145664c8b638ea65c15e:/docs/latex/wx/htmllbox.tex diff --git a/docs/latex/wx/htmllbox.tex b/docs/latex/wx/htmllbox.tex index e56d1b6d1a..257611d039 100644 --- a/docs/latex/wx/htmllbox.tex +++ b/docs/latex/wx/htmllbox.tex @@ -127,3 +127,18 @@ for the given item. This function may be overridden to decorate HTML returned by \helpref{OnGetItem()}{wxhtmllistboxongetitem}. +\membersection{wxHtmlListBox::OnLinkClicked}\label{wxhtmlistboxonlinkclicked} + +\func{virtual void}{OnLinkClicked}{\param{size\_t }{n}, \param{const wxHtmlLinkInfo\& }{link}} + +Called when the user clicks on hypertext link. Does nothing by default. + +\wxheading{Parameters} + +\docparam{n}{Index of the item containing the link.} + +\docparam{link}{Description of the link.} + +\wxheading{See also} + +See also \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}.