Lines Matching refs:GetTitleBar
94 if ((*iPanel)->GetTitleBar() != NULL) in ClearPanels()
96 UnregisterWindow(*(*iPanel)->GetTitleBar()); in ClearPanels()
97 UnregisterWindow((*iPanel)->GetTitleBar()->GetToolBox()); in ClearPanels()
149 if ((*iPanel)->GetTitleBar() != NULL) in SetPanels()
151 RegisterWindow(*(*iPanel)->GetTitleBar()); in SetPanels()
152 RegisterWindow((*iPanel)->GetTitleBar()->GetToolBox()); in SetPanels()
212 TitleBar* pTitleBar = maPanels[nIndex]->GetTitleBar(); in GetFocusLocation()
299 TitleBar* pTitleBar = maPanels[nPanelIndex]->GetTitleBar(); in IsPanelTitleVisible()
320 TitleBar* pTitleBar = rPanel.GetTitleBar(); in FocusPanel()
389 if ((*iPanel)->GetTitleBar() != NULL) in RemoveWindow()
391 UnregisterWindow(*(*iPanel)->GetTitleBar()); in RemoveWindow()
392 UnregisterWindow((*iPanel)->GetTitleBar()->GetToolBox()); in RemoveWindow()
415 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GetToolBox().GetItemCount() > 0); in MoveFocusInsidePanel()
420 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GetToolBox().GrabFocus(); in MoveFocusInsidePanel()
427 maPanels[aFocusLocation.mnIndex]->GetTitleBar()->GrabFocus(); in MoveFocusInsidePanel()