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.
__init__ |
The constructor is not normally used by the user code. |
GetLinkInfo |
Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains. |
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.
Parameters: |
|
---|
GetLinkInfo
(self)¶Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
Return type: | wx.html.HtmlLinkInfo |
---|
LinkInfo
¶See GetLinkInfo