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 |
wx.html.
HtmlLinkEvent
(CommandEvent)¶Possible constructors:
HtmlLinkEvent(id, linkinfo)
This event class is used for the events generated by HtmlWindow.
__init__
(self, id, linkinfo)¶The constructor is not normally used by the user code.
id (int) –
linkinfo (wx.html.HtmlLinkInfo) –
GetLinkInfo
(self)¶Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
LinkInfo
¶See GetLinkInfo