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