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) |
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)
Called when user clicks on hypertext link.