.. include:: headings.inc .. currentmodule:: lib.ClickableHtmlWindow .. highlight:: python .. _lib.ClickableHtmlWindow.PyClickableHtmlWindow: ========================================================================================================================================== |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** .. raw:: html

Inheritance diagram of PyClickableHtmlWindow

| |super_classes| Known Superclasses ================================== :class:`html.HtmlWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.ClickableHtmlWindow.PyClickableHtmlWindow.__init__` :meth:`~lib.ClickableHtmlWindow.PyClickableHtmlWindow.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. .. method:: __init__(self,parent,ID,\*\*kw) .. method:: OnLinkClicked(self,link)