Table Of Contents

Previous topic

ClickableHtmlWindow

Next topic

colourdb

This Page

phoenix_title PyClickableHtmlWindow

Class for a wxHtmlWindow 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

Inheritance diagram for class PyClickableHtmlWindow

Inheritance diagram of PyClickableHtmlWindow


super_classes Known Superclasses

html.HtmlWindow


method_summary Methods Summary

__init__  
OnLinkClicked  

api Class API



class PyClickableHtmlWindow(html.HtmlWindow)

Class for a wxHtmlWindow 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)