#include </home/zeitlin/src/wx/github/interface/wx/hyperlink.h>
This event class is used for the events generated by wxHyperlinkCtrl.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxHyperlinkEvent (wxObject *generator, int id, const wxString &url) | |
The constructor is not normally used by the user code. | |
wxString | GetURL () const |
Returns the URL of the hyperlink where the user has just clicked. | |
void | SetURL (const wxString &url) |
Sets the URL associated with the event. |
The constructor is not normally used by the user code.
wxString wxHyperlinkEvent::GetURL | ( | ) | const |
Returns the URL of the hyperlink where the user has just clicked.
void wxHyperlinkEvent::SetURL | ( | const wxString & | url | ) |
Sets the URL associated with the event.