1wxHtmlLinkEvent(3) Erlang Module Definition wxHtmlLinkEvent(3)
2
3
4
6 wxHtmlLinkEvent - Functions for wxHtmlLinkEvent class
7
9 This event class is used for the events generated by wxHtmlWindow.
10
11 This class is derived (and can use functions) from: wxCommandEvent wx‐
12 Event
13
14 wxWidgets docs: wxHtmlLinkEvent
15
17 Use wxEvtHandler:connect/3 with wxHtmlLinkEventType to subscribe to
18 events of this type.
19
21 wxHtmlLinkEvent() = wx:wx_object()
22
23 wxHtmlLink() =
24 #wxHtmlLink{type = wxHtmlLinkEvent:wxHtmlLinkEventType(),
25 linkInfo = wx:wx_wxHtmlLinkInfo()}
26
27 wxHtmlLinkEventType() =
28 command_html_link_clicked | html_cell_clicked |
29 html_cell_hover
30
32 getLinkInfo(This) -> wx:wx_wxHtmlLinkInfo()
33
34 Types:
35
36 This = wxHtmlLinkEvent()
37
38 Returns the wx_wxHtmlLinkInfo() which contains info about the
39 cell clicked and the hyperlink it contains.
40
41
42
43wxWidgets team. wx 2.1 wxHtmlLinkEvent(3)