Searched refs:fFullScreenButton (Results 1 – 2 of 2) sorted by relevance
58 fFullScreenButton = new BBitmapButton(kWindowIconBits, kWindowIconWidth, in SmartTabView()60 fFullScreenButton->SetResizingMode(B_FOLLOW_TOP | B_FOLLOW_RIGHT); in SmartTabView()61 fFullScreenButton->MoveTo(buttonRect.LeftTop()); in SmartTabView()62 fFullScreenButton->ResizeTo(buttonRect.Width(), buttonRect.Height()); in SmartTabView()63 fFullScreenButton->Hide(); in SmartTabView()65 AddChild(fFullScreenButton); in SmartTabView()164 fFullScreenButton->Show(); in AddTab()224 fFullScreenButton->Hide(); in RemoveTab()
68 BButton* fFullScreenButton; variable