.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.ClickableHtmlWindow
.. highlight:: python
.. _wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow:
==========================================================================================================================================
|phoenix_title| **wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow**
==========================================================================================================================================
Class for a :class:`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
=================================
.. raw:: html

Inheritance diagram for class
PyClickableHtmlWindow:
|
|super_classes| Known Superclasses
==================================
:class:`wx.html.HtmlWindow`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow.OnLinkClicked` OnLinkClicked(link : HtmlLinkInfo) -> None
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: PyClickableHtmlWindow(html.HtmlWindow)
Class for a :class:`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.
.. method:: __init__(self,parent,ID,\*\*kw)
Initialize self. See help(type(self)) for accurate signature.
.. method:: OnLinkClicked(self,link)
OnLinkClicked(link : HtmlLinkInfo) -> None
Called when user clicks on hypertext link.