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); local
62 vGroup->SetFrame(controls->Bounds());
63 vGroup->SetSpacing(0, 4);
64 controls->AddChild(vGroup);
72 vGroup->AddChild(button);
77 vGroup->AddChild(button);
84 vGroup->AddChild(new Glue());
H A DSliderTest.cpp190 GroupView* vGroup = new GroupView(B_VERTICAL); local
191 vGroup->SetSpacing(0, 4);
192 hGroup->AddChild(vGroup);
200 vGroup->AddChild(button);
205 vGroup->AddChild(button);
213 vGroup = new GroupView(B_VERTICAL);
214 vGroup->SetSpacing(0, 4);
215 hGroup->AddChild(vGroup);
222 vGroup->AddChild(button);
227 vGroup
[all...]

Completed in 45 milliseconds