#include </home/zeitlin/src/wx/github/interface/wx/html/htmlwin.h>
This event class is used for the events generated by wxHtmlWindow.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxHtmlLinkEvent (int id, const wxHtmlLinkInfo &linkinfo) | |
The constructor is not normally used by the user code. | |
const wxHtmlLinkInfo & | GetLinkInfo () const |
Returns the wxHtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains. |
wxHtmlLinkEvent::wxHtmlLinkEvent | ( | int | id, |
const wxHtmlLinkInfo & | linkinfo | ||
) |
The constructor is not normally used by the user code.
const wxHtmlLinkInfo& wxHtmlLinkEvent::GetLinkInfo | ( | ) | const |
Returns the wxHtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.