.TH wxHtmlLinkEvent 3 "wx 2.1.1" "wxWidgets team." "Erlang Module Definition"
.SH NAME
wxHtmlLinkEvent \- Functions for wxHtmlLinkEvent class
.SH DESCRIPTION
.LP
This event class is used for the events generated by \fIwxHtmlWindow\fR\&\&.
.LP
This class is derived (and can use functions) from: \fIwxCommandEvent\fR\& \fIwxEvent\fR\&
.LP
wxWidgets docs: wxHtmlLinkEvent
.SH "EVENTS"
.LP
Use \fIwxEvtHandler:connect/3\fR\& with \fIwxHtmlLinkEventType\fR\& to subscribe to events of this type\&.
.SH DATA TYPES
.nf
\fBwxHtmlLinkEvent()\fR\& = wx:wx_object()
.br
.fi
.nf
\fBwxHtmlLink()\fR\& =
.br
#wxHtmlLink{type = wxHtmlLinkEvent:wxHtmlLinkEventType(),
.br
linkInfo = wx:wx_wxHtmlLinkInfo()}
.br
.fi
.nf
\fBwxHtmlLinkEventType()\fR\& =
.br
command_html_link_clicked | html_cell_clicked |
.br
html_cell_hover
.br
.fi
.SH EXPORTS
.LP
.nf
.B
getLinkInfo(This) -> wx:wx_wxHtmlLinkInfo()
.br
.fi
.br
.RS
.LP
Types:
.RS 3
This = wxHtmlLinkEvent()
.br
.RE
.RE
.RS
.LP
Returns the \fIwx_wxHtmlLinkInfo()\fR\& which contains info about the cell clicked and the hyperlink it contains\&.
.RE