Class for a wx.html.HtmlWindow
which responds to clicks on
links by opening a browser pointed at that link, and to shift-clicks
by copying the link to the clipboard.
Initialize self. See help(type(self)) for accurate signature. |
|
OnLinkClicked(link : HtmlLinkInfo) -> None |
PyClickableHtmlWindow
(html.HtmlWindow)¶Class for a wx.html.HtmlWindow
which responds to clicks on
links by opening a browser pointed at that link, and to shift-clicks
by copying the link to the clipboard.
__init__
(self, parent, ID, **kw)¶Initialize self. See help(type(self)) for accurate signature.
OnLinkClicked
(self, link)¶OnLinkClicked(link : HtmlLinkInfo) -> None
Called when user clicks on hypertext link.