Searched refs:contentView (Results 1 – 2 of 2) sorted by relevance
132 BGroupView* contentView = new BGroupView(B_VERTICAL, 0); in AutomountSettingsPanel() local133 AddChild(contentView); in AutomountSettingsPanel()134 BLayoutBuilder::Group<>(contentView) in AutomountSettingsPanel()
169 BView* contentView = new BView(BRect(), "content", B_FOLLOW_NONE, 0); in ShowImageWindow() local170 contentView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in ShowImageWindow()171 contentView->SetExplicitMinSize(BSize(250, 100)); in ShowImageWindow()172 AddChild(contentView); in ShowImageWindow()175 BRect viewFrame = contentView->Bounds(); in ShowImageWindow()216 contentView->AddChild(fToolBar); in ShowImageWindow()225 viewFrame.bottom = contentView->Bounds().bottom; in ShowImageWindow()237 contentView->AddChild(fScrollArea); in ShowImageWindow()