This event class is used for the events generated by wx.html.HtmlWindow.
Handlers bound for the following event types will receive a wx.html.HtmlLinkEvent parameter.
EVT_HTML_LINK_CLICKED: User clicked on an hyperlink.
The constructor is not normally used by the user code. |
|
Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains. |
See |
Possible constructors:
HtmlLinkEvent(id, linkinfo)
This event class is used for the events generated by HtmlWindow.
The constructor is not normally used by the user code.
id (int) –
linkinfo (wx.html.HtmlLinkInfo) –
Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
See GetLinkInfo