ContainerView
BView* ContainerView() const;
BRect rect = tabView->ContainerView()->Bounds();
BRect rect = fTabView->ContainerView()->Bounds();
fTabView->ContainerView()->Frame().top + 16.0f);
view->ResizeTo(ContainerView()->Bounds().Width()
ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom);
ContainerView()->ResizeBy(0, -TabHeight());
ContainerView()->MoveBy(0, TabHeight());
ContainerView()->MoveBy(0, -TabHeight());
ContainerView()->ResizeBy(0, TabHeight());
ContainerView()->MoveTo(frame.LeftTop());
ContainerView()->ResizeTo(frame.Width(), frame.Height());
topView->AddChild(fTabManager->ContainerView());
fController->CloseTab(ContainerView()->IndexOf(this));
ContainerView()->Invalidate(closeRect);
fController->CloseTab(ContainerView()->IndexOf(this));
ContainerView()->Invalidate(closeRect);
float isFront = ContainerView()->SelectedTab() == static_cast<TabView*>(this);
BView* ContainerView() const;
fParent->ContainerView()->InvalidateLayout();
fParent->ContainerView()->Invalidate(frame);
TabContainerView* ContainerView() const;
Select(fTabView->ContainerView());