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 a 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 : int, linkinfo : HtmlLinkInfo) -> None
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)
None
Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
See GetLinkInfo