Searched refs:TabAt (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/diskusage/
H A DControlsView.cpp169 float tabLabelWidth = StringWidth(TabAt(i)->Label());
174 + ((VolumeTab*)TabAt(i))->IconWidth();
200 float iconWidth = ((VolumeTab*)TabAt(i))->IconWidth();
283 for (int j = 0; VolumeTab* item = (VolumeTab*)TabAt(j); j++) {
307 for (int i = 0; VolumeTab* item = (VolumeTab*)TabAt(i); i++) {
324 for (int i = 0; VolumeTab* item = (VolumeTab*)TabAt(i); i++) {
343 for (int i = 0; VolumeTab* item = (VolumeTab*)TabAt(i); i++) {
/haiku/src/preferences/notifications/
H A DPrefletView.cpp57 return TabAt(index)->View();
/haiku/src/kits/interface/
H A DTabView.cpp425 delete TabAt(i);
527 BTab* tab = TabAt(i);
804 BTab* tab = TabAt(Selection());
809 tab = TabAt(index);
879 if (TabAt (fFocus) != NULL)
880 TabAt(fFocus)->MakeFocus(false);
883 if (TabAt(tab) != NULL){
884 TabAt(tab)->MakeFocus(true);
889 TabAt(fFocus)->MakeFocus(false);
910 TabAt(fFocu
1248 BTabView::TabAt(int32 index) const function in class:BTabView
[all...]
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.h48 TabView* TabAt(int32 index) const;
H A DTabManager.cpp262 TabView* tab = fTabContainerView->TabAt(i);
913 TabView* tab = fTabContainerView->TabAt(tabIndex);
923 WebTabView* tab = dynamic_cast<WebTabView*>(fTabContainerView->TabAt(
H A DTabContainerView.cpp262 TabContainerView::TabAt(int32 index) const function in class:TabContainerView
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp122 BTab *tab = fTabView->TabAt(fTabView->Selection());
/haiku/src/servers/app/decorator/
H A DDecorator.h119 virtual int32 TabAt(const BPoint& where) const;
120 Decorator::Tab* TabAt(int32 index) const function in class:Decorator
H A DDecorator.cpp194 Decorator::TabAt(const BPoint& where) const function in class:Decorator
317 return TabAt(tab)->look;
328 return TabAt(tab)->flags;
H A DDefaultWindowBehaviour.cpp340 decorator->TabAt(windowIndex));
348 = static_cast<DefaultDecorator::Tab*>(decorator->TabAt(
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp1179 TabAt(TAB_ABOUT)->SetLabel(B_TRANSLATE("About"));
1180 TabAt(TAB_RATINGS)->SetLabel(B_TRANSLATE("Ratings"));
1181 TabAt(TAB_CHANGELOG)->SetLabel(B_TRANSLATE("Changelog"));
1182 TabAt(TAB_CONTENTS)->SetLabel(B_TRANSLATE("Contents"));
1202 TabAt(TAB_CHANGELOG)->SetEnabled(
1204 TabAt(TAB_CONTENTS)->SetEnabled(
H A DMainWindow.cpp1118 fListTabs->TabAt(TAB_PROMINENT_PACKAGES)->SetEnabled(hasProminentPackages);
/haiku/headers/os/interface/
H A DTabView.h167 virtual BTab* TabAt(int32 index) const;
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp251 Decorator::Tab* tab = parentWindow->Decorator()->TabAt(
/haiku/src/preferences/mail/
H A DConfigWindow.cpp218 tabView->TabAt(0)->SetLabel(B_TRANSLATE("Accounts"));
256 tabView->TabAt(1)->SetLabel(B_TRANSLATE("Settings"));
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp1001 BTab* fadeTab = TabAt(0);
1003 BTab* modulesTab = TabAt(1);
/haiku/src/servers/app/
H A DWindow.cpp2219 int tab = decorator->TabAt(where);
/haiku/src/apps/terminal/
H A DTermWindow.cpp1905 fTabView->TabAt(index)->SetLabel(session->title.title);

Completed in 221 milliseconds