phoenix_title 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 Class Hierarchy

Inheritance diagram for class PyClickableHtmlWindow:

super_classes Known Superclasses

wx.html.HtmlWindow


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

OnLinkClicked

OnLinkClicked(link)


api 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)

Called when user clicks on hypertext link.