Searched refs:SetBorderHighlighted (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/os/interface/
H A DScrollBar.h75 status_t SetBorderHighlighted(bool highlight);
H A DScrollView.h71 virtual status_t SetBorderHighlighted(bool highlight);
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp67 scroller->SetBorderHighlighted(true);
/haiku/src/kits/interface/
H A DScrollView.cpp553 BScrollView::SetBorderHighlighted(bool highlight) function in class:BScrollView
565 fHorizontalScrollBar->SetBorderHighlighted(highlight);
567 fVerticalScrollBar->SetBorderHighlighted(highlight);
H A DScrollBar.cpp976 BScrollBar::SetBorderHighlighted(bool highlight) function in class:BScrollBar
H A DListView.cpp859 fScrollView->SetBorderHighlighted(focused);
H A DColumnListView.cpp1774 fHorizontalScrollBar->SetBorderHighlighted(isFocus);
1775 fVerticalScrollBar->SetBorderHighlighted(isFocus);
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp95 fScrollView->SetBorderHighlighted(state);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp467 parent->SetBorderHighlighted(isFocused);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp179 fScrollView->SetBorderHighlighted(focused);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp4351 hScrollBar->SetBorderHighlighted(focused);
4355 vScrollBar->SetBorderHighlighted(focused);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2346 parent->SetBorderHighlighted(state);

Completed in 193 milliseconds