Phoenix Logo

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__  
OnLinkClicked  

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)


OnLinkClicked(self, link)