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
Inheritance diagram for class
PyClickableHtmlWindow:
Methods Summary
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)
-
OnLinkClicked
(self, link)