Home
last modified time | relevance | path

Searched refs:fFullScreenButton (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DSmartTabView.cpp58 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()
H A DSmartTabView.h68 BButton* fFullScreenButton; variable