wx.html.HtmlLinkEvent¶
This event class is used for the events generated by wx.html.HtmlWindow.
Events Emitted by this Class¶
Handlers bound for the following event types will receive a wx.html.HtmlLinkEvent parameter.
EVT_HTML_LINK_CLICKED: User clicked on a hyperlink.
Class Hierarchy¶
Methods Summary¶
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. |
Properties Summary¶
See |
Class API¶
- class wx.html.HtmlLinkEvent(CommandEvent)¶
Possible constructors:
HtmlLinkEvent(id, linkinfo) -> None
This event class is used for the events generated by HtmlWindow.
Methods¶
- __init__(self, id, linkinfo)¶
The constructor is not normally used by the user code.
- Parameters:
id (int)
linkinfo (wx.html.HtmlLinkInfo)
- Return type:
None
- GetLinkInfo(self)¶
Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
- Return type:
Properties¶
- LinkInfo¶
See
GetLinkInfo