X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8795498cd9ec480873e88fccbb63b94be3eddb92..aaa6f9ba6bd0be1fe6a34800e6f753ffdc49900c:/docs/latex/wx/htmllbox.tex?ds=sidebyside diff --git a/docs/latex/wx/htmllbox.tex b/docs/latex/wx/htmllbox.tex index 170f542d7a..257611d039 100644 --- a/docs/latex/wx/htmllbox.tex +++ b/docs/latex/wx/htmllbox.tex @@ -31,7 +31,7 @@ example) but you will only need to override a single \membersection{wxHtmlListBox::wxHtmlListBox}\label{wxhtmllistboxwxhtmllistbox} -\func{}{wxHtmlListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{size\_t }{countItems = 0}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} +\func{}{wxHtmlListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} Normal constructor which calls \helpref{Create()}{wxhtmllistboxcreate} internally. @@ -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}.