Searched refs:bottomTab (Results 1 – 2 of 2) sorted by relevance
1037 uint32 leftTab, rightTab, topTab, bottomTab; in RestoreGroup() local1041 || areaArchive.FindInt32("bottom_tab", (int32*)&bottomTab) != B_OK) in RestoreGroup()1046 if (topTab >= tempHTabs.size() || bottomTab >= tempHTabs.size()) in RestoreGroup()1052 Tab* bottom = tempHTabs[bottomTab]; in RestoreGroup()1089 int32 bottomTab = fHorizontalTabs.IndexOf(area->BottomTab()); in ArchiveGroup() local1095 areaMessage.AddInt32("bottom_tab", bottomTab); in ArchiveGroup()
1247 YTab* bottomTab = NULL; in AllUnarchived() local1248 err = unarchiver.FindObject(kMyTabsField, 3, bottomTab); in AllUnarchived()1249 fBottom = bottomTab; in AllUnarchived()