]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hyperlink.h
Add wxProgressDialog::Was{Cancelled,Skipped}() convenience methods.
[wxWidgets.git] / interface / wx / hyperlink.h
index 4fdf631ae345753e4e830f7efbd1abc97dbff4c3..044604e725701acfe8c9c1824a6a0b24dd0e193d 100644 (file)
@@ -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,