SetSelectionMode
void SetSelectionMode(list_view_type type);
BColumnListView::SetSelectionMode(type);
void SetSelectionMode(list_view_type type);
fBreakpointsTable->SetSelectionMode(B_MULTIPLE_SELECTION_LIST);
fFunctionsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fFramesTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fThreadsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
SetSelectionMode(B_SINGLE_SELECTION_LIST);
void SetSelectionMode(bool selectionMode);
fImageView->SetSelectionMode(selectionMode);
fOutlineView->SetSelectionMode(mode);
void SetSelectionMode(list_view_type type);
fApplications->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fColumnListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fEventList->SetSelectionMode(B_SINGLE_SELECTION_LIST);