Symbol: SetSelectionMode
headers/private/interface/ColumnListView.h
283
void SetSelectionMode(list_view_type type);
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
167
BColumnListView::SetSelectionMode(type);
src/apps/debuganalyzer/gui/table/AbstractTable.h
39
void SetSelectionMode(list_view_type type);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
469
fBreakpointsTable->SetSelectionMode(B_MULTIPLE_SELECTION_LIST);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
838
fFunctionsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
252
fFramesTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
382
fThreadsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/apps/drivesetup/MainWindow.cpp
363
fListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/apps/haikudepot/ui/PackageListView.cpp
1125
SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/apps/showimage/ShowImageView.h
80
void SetSelectionMode(bool selectionMode);
src/apps/showimage/ShowImageWindow.cpp
826
fImageView->SetSelectionMode(selectionMode);
src/kits/interface/ColumnListView.cpp
1062
fOutlineView->SetSelectionMode(mode);
src/kits/interface/ColumnListView.cpp
304
void SetSelectionMode(list_view_type type);
src/preferences/notifications/NotificationsView.cpp
78
fApplications->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/preferences/shortcuts/ShortcutsWindow.cpp
183
fColumnListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
src/preferences/sounds/HWindow.cpp
311
fEventList->SetSelectionMode(B_SINGLE_SELECTION_LIST);