1wxHtmlLinkEvent(3)         Erlang Module Definition         wxHtmlLinkEvent(3)
2
3
4

NAME

6       wxHtmlLinkEvent - Functions for wxHtmlLinkEvent class
7

DESCRIPTION

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

EVENTS

17       Use wxEvtHandler:connect/3 with  wxHtmlLinkEventType  to  subscribe  to
18       events of this type.
19

DATA TYPES

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

EXPORTS

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.2.1                 wxHtmlLinkEvent(3)
Impressum