Searched refs:horizontal (Results 51 - 54 of 54) sorted by relevance

123

/haiku/src/libs/alm/
H A DALMLayout.cpp1363 BALMLayout::SetInsets(float horizontal, float vertical) argument
1365 fLeftInset = BControlLook::ComposeSpacing(horizontal);
/haiku/src/kits/interface/
H A DView.cpp5159 BScrollBar* horizontal = ScrollBar(B_HORIZONTAL); local
5161 if (horizontal == NULL && vertical == NULL) {
5170 if (horizontal != NULL)
5180 std::swap(horizontal, vertical);
5182 if (horizontal != NULL && deltaX != 0.0f)
5183 ScrollWithMouseWheelDelta(horizontal, deltaX);
H A DTextView.cpp2158 // horizontal
5007 // prevent horizontal scrolling if text rect is inside view rect
5036 // do we have a horizontal scroll bar?
5070 BTextView::_ScrollBy(float horizontal, float vertical) argument
5073 _ScrollTo(bounds.left + horizontal, bounds.top + vertical);
5090 // set horizontal scroll limits
/haiku/src/kits/app/
H A DMessage.cpp2659 int32 data[2] = { alignment.horizontal, alignment.vertical };
2860 alignment->horizontal = (enum alignment)(*data);
3107 int32 data[2] = {alignment.horizontal, alignment.vertical};
3116 int32 data[2] = {alignment.horizontal, alignment.vertical};

Completed in 130 milliseconds

123