]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
commented out more unused code (bcc compilation warning)
[wxWidgets.git] / src / generic / htmllbox.cpp
index 7e4f8d73e44f6eaac527daf703b9b212331d76ac..abaf644e22b1a53182a678d14ffa2d9ad2b8c0a6 100644 (file)
@@ -405,6 +405,13 @@ void wxHtmlListBox::OnHTMLLinkClicked(const wxHtmlLinkInfo& link)
     OnLinkClicked(GetItemForCell(link.GetHtmlCell()), link);
 }
 
+void wxHtmlListBox::OnLinkClicked(size_t WXUNUSED(n),
+                                  const wxHtmlLinkInfo& link)
+{
+    wxHtmlLinkEvent event(GetId(), link);
+    GetEventHandler()->ProcessEvent(event);
+}
+
 wxHtmlOpeningStatus
 wxHtmlListBox::OnHTMLOpeningURL(wxHtmlURLType WXUNUSED(type),
                                 const wxString& WXUNUSED(url),