wxhyperlinkeventthis event class is used for the events generated by wxhyperlinkctrl. derived from
wxcommandevent include files <wx/hyperlink.h> event handling to process input from a wxhyperlinkctrl, use one of these event handler macros to direct input to member function that take a wxhyperlinkevent argument:
members
wxhyperlinkevent::wxhyperlinkevent
wxhyperlinkevent::wxhyperlinkeventwxhyperlinkevent(wxobject * generator, int id, const wxstring & url) the constructor is not normally used by the user code.
wxhyperlinkevent::geturlwxstring geturl() const returns the url of the hyperlink where the user has just clicked.
wxhyperlinkevent::seturlvoid seturl(const wxstring & url) sets the url associated with the event.
|