Searched refs:TabHeight (Results 1 - 11 of 11) sorted by relevance

/haiku/src/apps/terminal/
H A DSmartTabView.cpp57 buttonRect.bottom = frame.top + TabHeight() - 1;
162 ContainerView()->ResizeBy(0, -TabHeight());
163 ContainerView()->MoveBy(0, TabHeight());
169 if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
171 if (Window()->Frame().bottom + TabHeight()
173 Window()->MoveBy(0, -TabHeight());
176 Window()->ResizeBy(0, TabHeight());
204 if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
207 > screen.Frame().bottom - 5 - TabHeight()) {
208 Window()->MoveBy(0, TabHeight());
[all...]
H A DTermWindow.cpp1373 minimumHeight += fTabView->TabHeight() + 1;
1758 minimumHeight += fTabView->TabHeight() + 1;
1774 height += fTabView->TabHeight() + 1;
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp252 + (int32)decorator->TabHeight() + 1;
309 + (int32)decorator->TabHeight() + 1;
312 + (int32)decorator->TabHeight() + 1;
324 frame.top -= decorator->BorderWidth() + decorator->TabHeight() + 1;
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp268 float width = TabHeight();
269 float height = TabHeight();
/haiku/src/kits/interface/
H A DTabView.cpp1284 BTabView::TabHeight() const function in class:BTabView
1428 BSize size(0.0f, TabHeight());
1483 float inset = borderWidth + TabHeight() - topBorderOffset;
1507 bounds.top += TabHeight();
1510 bounds.bottom -= TabHeight();
1513 bounds.left += TabHeight();
1516 bounds.right -= TabHeight();
/haiku/src/apps/deskbar/
H A DBarWindow.cpp697 minHeight = fBarView->TabHeight();
707 minHeight = fBarView->TabHeight();
708 maxHeight = std::max(fBarView->TabHeight(), kGutter
H A DBarView.h174 float TabHeight() const { return fTabHeight; }; function in class:TBarView
H A DStatusView.cpp151 // but not bigger than TabHeight which depends on be_bold_font
154 fBarView->TabHeight() - 4);
276 height = std::max(fMinTrayHeight, fBarView->TabHeight());
1189 loc.y = floorf((fBarView->TabHeight() - fMaxReplicantHeight) / 2) - 1;
/haiku/headers/os/interface/
H A DTabView.h173 float TabHeight() const;
/haiku/src/servers/app/decorator/
H A DDecorator.h211 float TabHeight();
H A DDecorator.cpp973 Decorator::TabHeight() function in class:Decorator

Completed in 172 milliseconds