Lines Matching refs:TabBar
111 mpTabBar(new TabBar( in SidebarController()
349 mbIsDeckOpen = (nWidth > TabBar::GetDefaultWidth()); in NotifyResize()
359 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()
361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()
373 mpCurrentDeck->SetPosSizePixel(0,0, nWidth-TabBar::GetDefaultWidth(), nHeight); in NotifyResize()
382 mpTabBar->SetPosSizePixel(nWidth-TabBar::GetDefaultWidth(),0,TabBar::GetDefaultWidth(),nHeight); in NotifyResize()
418 if (mnWidthOnSplitterButtonDown > TabBar::GetDefaultWidth()) in ProcessNewWidth()
670 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
851 const ::std::vector<TabBar::DeckMenuData>& rMenuData) const in ShowPopupMenu()
885 const ::std::vector<TabBar::DeckMenuData>& rMenuData) const in CreatePopupMenu()
903 for(::std::vector<TabBar::DeckMenuData>::const_iterator in CreatePopupMenu()
1028 if (mnSavedSidebarWidth <= TabBar::GetDefaultWidth()) in UpdateDeckOpenState()
1036 mnSavedSidebarWidth = SetChildWindowWidth(TabBar::GetDefaultWidth()); in UpdateDeckOpenState()
1037 if (mnWidthOnSplitterButtonDown > TabBar::GetDefaultWidth()) in UpdateDeckOpenState()
1117 Range(TabBar::GetDefaultWidth(), gnMaximumSidebarWidth)); in RestrictWidth()
1171 aWindowSize.Width() - TabBar::GetDefaultWidth() - aImageSize.Width(), in UpdateCloseIndicator()