Home
last modified time | relevance | path

Searched refs:posRef (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.h55 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 DViewLayoutFactory.cpp36 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()