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];
}
// selection
-void wxListBox::Select(int n)
+void wxListBox::SetSelection(int n)
{
}