Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp61 GroupView* vGroup = new GroupView(B_VERTICAL); in ActivateTest() local
62 vGroup->SetFrame(controls->Bounds()); in ActivateTest()
63 vGroup->SetSpacing(0, 4); in ActivateTest()
64 controls->AddChild(vGroup); in ActivateTest()
72 vGroup->AddChild(button); in ActivateTest()
77 vGroup->AddChild(button); in ActivateTest()
84 vGroup->AddChild(new Glue()); in ActivateTest()
H A DSliderTest.cpp190 GroupView* vGroup = new GroupView(B_VERTICAL); in ActivateTest() local
191 vGroup->SetSpacing(0, 4); in ActivateTest()
192 hGroup->AddChild(vGroup); in ActivateTest()
200 vGroup->AddChild(button); in ActivateTest()
205 vGroup->AddChild(button); in ActivateTest()
213 vGroup = new GroupView(B_VERTICAL); in ActivateTest()
214 vGroup->SetSpacing(0, 4); in ActivateTest()
215 hGroup->AddChild(vGroup); in ActivateTest()
222 vGroup->AddChild(button); in ActivateTest()
227 vGroup->AddChild(button); in ActivateTest()