]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/listbox.mm
10.2 fix for CG
[wxWidgets.git] / src / cocoa / listbox.mm
index ff2428eb6419fd6da9dacc1cfa8c42c5592e0e2c..aa59f90715b73e31ec8807bfb61e1ad24187910c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/18
 // RCS-ID:      $Id: 
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -117,7 +117,7 @@ bool wxListBox::IsSelected(int n) const
     return [GetNSTableView() isRowSelected: n];
 }
 
-void wxListBox::SetSelection(int n, bool select)
+void wxListBox::DoSetSelection(int n, bool select)
 {
     if(select)
         [GetNSTableView() selectRow: n byExtendingSelection:NO];
@@ -197,10 +197,6 @@ int wxListBox::FindString(const wxString& s) const
 }
 
     // selection
-void wxListBox::Select(int n)
-{
-}
-
 int wxListBox::GetSelection() const
 {
     return 0;