Searched refs:SetFocusRow (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A DColumnListView.h269 void SetFocusRow(int32 index, bool select = false);
270 void SetFocusRow(BRow* row, bool select = false);
/haiku/src/kits/interface/
H A DColumnListView.cpp293 void SetFocusRow(BRow* row, bool select);
961 BColumnListView::SetFocusRow(int32 Index, bool Select) function in class:BColumnListView
963 SetFocusRow(RowAt(Index), Select);
968 BColumnListView::SetFocusRow(BRow* row, bool Select) function in class:BColumnListView
970 fOutlineView->SetFocusRow(row, Select);
1844 fOutlineView->SetFocusRow(focusRow->fParent, true);
4006 SetFocusRow(target, true);
4029 SetFocusRow(fRollOverRow,false);
4784 OutlineView::SetFocusRow(BRow* row, bool Select) function in class:OutlineView
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp1063 SetFocusRow(row, false);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp569 fListView->SetFocusRow(previousSelection, true);

Completed in 61 milliseconds