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

/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp132 BGroupView* contentView = new BGroupView(B_VERTICAL, 0); local
133 AddChild(contentView);
134 BLayoutBuilder::Group<>(contentView)
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp169 BView* contentView = new BView(BRect(), "content", B_FOLLOW_NONE, 0); local
170 contentView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
171 contentView->SetExplicitMinSize(BSize(250, 100));
172 AddChild(contentView);
175 BRect viewFrame = contentView->Bounds();
216 contentView->AddChild(fToolBar);
225 viewFrame.bottom = contentView->Bounds().bottom;
237 contentView->AddChild(fScrollArea);

Completed in 377 milliseconds