]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/listbox.mm
added non-bordered toolbar tools
[wxWidgets.git] / src / cocoa / listbox.mm
index 2da7df8afea596b37180ac13c83044de3d995753..aa59f90715b73e31ec8807bfb61e1ad24187910c 100644 (file)
@@ -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;