Searched refs:vbar (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp697 bool vbar = (fVScrollBar && fVVisible); local
719 } else if (vbar) {
832 bool vbar = (fScrollingFlags & SCROLL_VERTICAL_MAGIC); local
838 if (vbar) {
842 } else if (hbar && width >= dataWidth && vbar && height >= dataHeight) {
866 if (vbar) {
928 // scroll bar visibility, but a fictitious one given by /hbar/ and /vbar/
931 ScrollView::_ChildRect(bool hbar, bool vbar) const
934 if (vbar)
945 // fictitious scroll bar visibility given by /hbar/ and /vbar/
[all...]
H A DScrollView.h136 BRect _ChildRect(bool hbar, bool vbar) const;
137 BRect _GuessVisibleRect(bool hbar, bool vbar) const;

Completed in 80 milliseconds