wx.html.HtmlLinkEvent

Inheritance diagram for wx.html.HtmlLinkEvent:



Description

This event class is used for the events generated by wx.html.HtmlWindow.

Event Handling

Event Name Description
wx.EVT_HTML_LINK_CLICKED(id, func) User clicked on an hyperlink.

Methods Summary

Class API

Methods

__init__(id, linkinfo)

The constructor is not normally used by the user code.

Parameters:


Returns:

wx.html.HtmlLinkEvent


GetLinkInfo()

Returns the wx.html.HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.


Returns:

wx.html.HtmlLinkInfo