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.
|