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.
Initialize self. See help(type(self)) for accurate signature. |
|
OnLinkClicked(link : HtmlLinkInfo) -> None |
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.
Initialize self. See help(type(self)) for accurate signature.
OnLinkClicked(link : HtmlLinkInfo) -> None
Called when user clicks on hypertext link.