Searched refs:fHorScroller (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DView.cpp797 if (fHorScroller != NULL)
798 fHorScroller->SetTarget((BView*)NULL);
1706 return fHorScroller;
1733 if (fHorScroller) {
1735 fHorScroller->GetRange(&min, &max);
1772 if (fHorScroller && xDiff != 0.0)
1773 fHorScroller->SetValue(fBounds.left);
5863 fHorScroller = NULL;
6828 fHorScroller? "YES" : "NULL",
H A DScrollBar.cpp918 fTarget->fHorScroller = NULL;
926 fTarget->fHorScroller = this;
/haiku/headers/os/interface/
H A DView.h776 BScrollBar* fHorScroller; member in class:BView

Completed in 57 milliseconds