phoenix_title wx.html.HtmlLinkEvent

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

^^

events Events Emitted by this Class

Handlers bound for the following event types will receive a wx.html.HtmlLinkEvent parameter.

  • EVT_HTML_LINK_CLICKED: User clicked on a hyperlink. ^^


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlLinkEvent:

method_summary Methods Summary

__init__

The constructor is not normally used by the user code.

GetLinkInfo

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


property_summary Properties Summary

LinkInfo

See GetLinkInfo


api Class API

class wx.html.HtmlLinkEvent(CommandEvent)

Possible constructors:

HtmlLinkEvent(id, linkinfo)

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


Methods

__init__(self, id, linkinfo)

The constructor is not normally used by the user code.

Parameters


GetLinkInfo(self)

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

Return type

wx.html.HtmlLinkInfo


Properties

LinkInfo

See GetLinkInfo