Searched refs:CurrentSelection (Results 76 - 79 of 79) sorted by relevance

1234

/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1012 int32 index = fTypeListView->CurrentSelection();
/haiku/src/kits/interface/
H A DColumnListView.cpp276 BRow* CurrentSelection(BRow* lastSelected) const;
1010 BColumnListView::CurrentSelection(BRow* lastSelected) const function in class:BColumnListView
1012 return fOutlineView->CurrentSelection(lastSelected);
4227 OutlineView::CurrentSelection(BRow* lastSelected) const function in class:OutlineView
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp451 int32 currentStyle = fStyleListView->CurrentSelection(0);
/haiku/src/apps/mail/
H A DMailWindow.cpp964 && fEnclosuresView->fList->CurrentSelection() >= 0);

Completed in 100 milliseconds

1234