fConfigView
fConfigView = new ConfigView(view->Bounds(), this);
view->AddChild(fConfigView);
ConfigView* fConfigView;
if (fConfigView != NULL) {
fRightBox->RemoveChild(fConfigView);
delete fConfigView;
fConfigView = NULL;
&fConfigView, &rect);
fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
fRightBox->AddChild(fConfigView);
fConfigView->SetExplicitMinSize(
if (fConfigView != NULL) {
fRightBox->RemoveChild(fConfigView);
delete fConfigView;
fConfigView = NULL;
fConfigView = group;
fConfigView->SetExplicitMinSize(
fConfigView = NULL;
fRightBox->RemoveChild(fConfigView);
BView* fConfigView;
fConfigView = new BView(NULL, 0);
fConfigView->SetLayout(new BGroupLayout(B_VERTICAL));
fConfigView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
.Add(fConfigView, 2.0f);
while (BView* child = fConfigView->ChildAt(0)) {
fConfigView->RemoveChild(child);
fConfigView->AddChild(view);
BView* fConfigView;