wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow¶
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.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
OnLinkClicked(link) -> None |
Class API¶
- class 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.
Methods¶
- __init__(self, parent, ID, \*\*kw)¶
Initialize self. See help(type(self)) for accurate signature.
- OnLinkClicked(self, link)¶
OnLinkClicked(link) -> None
Called when user clicks on hypertext link.