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

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp421 void SetScrollBar(BScrollBar* scroller, float contents, float client) function
442 SetScrollBar(scroller, builder.GetBounds().Height(), fDetails->Bounds().Height());
444 SetScrollBar(scroller, builder.GetBounds().Width(), fDetails->Bounds().Width());
/haiku/src/apps/terminal/
H A DTermView.h103 void SetScrollBar(BScrollBar* scrollBar);
H A DTermView.cpp863 TermView::SetScrollBar(BScrollBar *scrollBar) function in class:TermView
2078 SetScrollBar(scrollView ? scrollView->ScrollBar(B_VERTICAL) : NULL);
H A DTermWindow.cpp1395 view->SetScrollBar(scrollView->ScrollBar(B_VERTICAL));

Completed in 53 milliseconds