Searched refs:posRef (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/interface/menu/menuworld/ |
H A D | ViewLayoutFactory.h | 55 corner posRef = CORNER_TOPLEFT); 58 corner posRef = CORNER_TOPLEFT); 61 corner posRef = CORNER_TOPLEFT); 65 corner posRef = CORNER_TOPLEFT); 72 corner posRef = CORNER_TOPLEFT);
|
H A D | ViewLayoutFactory.cpp | 36 uint32 msgID, BPoint pos, corner posRef) in MakeButton() argument 42 MoveViewCorner(*pButton, pos, posRef); in MakeButton() 47 const char* label, uint32 msgID, BPoint pos, corner posRef) in MakeCheckBox() argument 53 MoveViewCorner(*pCheckBox, pos, posRef); in MakeCheckBox() 59 corner posRef) in MakeTextControl() argument 69 LayoutTextControl(*pCtrl, pos, controlWidth, posRef); in MakeTextControl() 74 BPoint pos, float controlWidth, corner posRef) in LayoutTextControl() argument 84 MoveViewCorner(control, pos, posRef); in LayoutTextControl() 92 void ViewLayoutFactory::MoveViewCorner(BView& view, BPoint pos, corner posRef) in MoveViewCorner() argument 96 switch (posRef) { in MoveViewCorner()
|