Searched refs:TabFrame (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/kits/interface/
H A DTabView.cpp714 if (TabFrame(i).Contains(point)
773 if (index != 0 && !Bounds().Contains(TabFrame(index))){
774 if (!Bounds().Contains(TabFrame(index).LeftTop()))
775 fTabOffset += TabFrame(index).left - Bounds().left - 20.0f;
777 fTabOffset += TabFrame(index).right - Bounds().right + 20.0f;
828 Invalidate(TabFrame(fFocus));
832 Invalidate(TabFrame(tab));
837 Invalidate(TabFrame(fFocus));
854 DrawBox(TabFrame(fSelection));
860 TabAt(fFocus)->DrawFocusMark(this, TabFrame(fFocu
995 BTabView::TabFrame(int32 index) const function in class:BTabView
[all...]
/haiku-fatelf/src/apps/diskusage/
H A DControlsView.cpp116 virtual BRect TabFrame(int32 index) const;
144 ControlsView::VolumeTabView::TabFrame(int32 index) const function in class:ControlsView::VolumeTabView
146 float height = BTabView::TabFrame(index).Height();
/haiku-fatelf/src/apps/terminal/
H A DSmartTabView.cpp170 Invalidate(TabFrame(CountTabs() - 1).InsetByCopy(-2, -2));
257 if (TabFrame(i).Contains(point))
H A DTermWindow.cpp1821 fTabView->TabFrame(index).LeftBottom() + BPoint(0, 1));
/haiku-fatelf/headers/os/interface/
H A DTabView.h126 virtual BRect TabFrame(int32 index) const;

Completed in 106 milliseconds