Searched refs:rootView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp293 BView* rootView; member in struct:Test
299 rootView(new BView(name, 0)),
320 BLayoutBuilder::Group<>(rootView, B_HORIZONTAL)
397 BGroupView* rootView = new BGroupView(B_HORIZONTAL, 10); local
398 this->rootView = rootView;
403 rootView->AddChild(controls);
418 rootView->AddChild(testViews);
498 BLayoutBuilder::Group<>(rootView, B_HORIZONTAL)
592 BLayoutBuilder::Group<>(rootView, B_HORIZONTA
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1060 BView* rootView = new BView("root view", 0, layout); local
1061 AddChild(rootView);
1062 rootView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);

Completed in 39 milliseconds