wxHtmlLinkEventThis event class is used for the events generated by wxHtmlWindow. Derived from
wxCommandEvent Include files <wx/html/htmlwin.h> Event handling To process input from a wxHtmlLinkEvent, use one of these event handler macros to direct input to member function that take a wxHtmlLinkEvent argument:
Members
wxHtmlLinkEvent::wxHtmlLinkEvent
wxHtmlLinkEvent::wxHtmlLinkEventwxHyperlinkEvent(int id, const wxHtmlLinkInfo & linkinfo) The constructor is not normally used by the user code.
wxHtmlLinkEvent::GetLinkInfoconst wxHtmlLinkInfo GetLinkInfo() const Returns the wxHtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
|