X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccf39540bb96a0e5d067451ad79c82397579aceb..71a0f42d2a5606098e3e7abbb50b9bb1cd718f9e:/interface/wx/hyperlink.h diff --git a/interface/wx/hyperlink.h b/interface/wx/hyperlink.h index 4fdf631ae3..15dd2519db 100644 --- a/interface/wx/hyperlink.h +++ b/interface/wx/hyperlink.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHyperlinkEvent // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -71,7 +71,7 @@ public: wxBORDER_NONE|wxHL_CONTEXTMENU|wxHL_ALIGN_CENTRE. @endStyleTable - @beginEventTable{wxHyperlinkEvent} + @beginEventEmissionTable{wxHyperlinkEvent} @event{EVT_HYPERLINK(id, func)} The hyperlink was (left) clicked. If this event is not handled in user's code (or it's skipped; see wxEvent::Skip), then a call to wxLaunchDefaultBrowser @@ -91,7 +91,7 @@ public: /** Constructor. See Create() for more info. */ - wxHyperLinkCtrl(wxWindow* parent, wxWindowID id, + wxHyperlinkCtrl(wxWindow* parent, wxWindowID id, const wxString& label, const wxString& url, const wxPoint& pos = wxDefaultPosition,