Home
last modified time | relevance | path

Searched refs:m_collapse_stack (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dpage.cpp569 size_t count = m_collapse_stack.GetCount(); in RemoveChild()
573 wxRibbonControl *item = m_collapse_stack.Item(src); in RemoveChild()
584 m_collapse_stack.Item(dst) = item; in RemoveChild()
589 m_collapse_stack.RemoveAt(dst, src - dst); in RemoveChild()
600 m_collapse_stack.Clear(); in Realize()
976 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
987 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
1011 if(!m_collapse_stack.IsEmpty()) in CollapsePanels()
1015 largest_panel = wxDynamicCast(m_collapse_stack.Last(), wxRibbonPanel); in CollapsePanels()
1016 m_collapse_stack.RemoveAt(m_collapse_stack.GetCount() - 1); in CollapsePanels()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dpage.cpp573 size_t count = m_collapse_stack.GetCount(); in RemoveChild()
577 wxRibbonControl *item = m_collapse_stack.Item(src); in RemoveChild()
588 m_collapse_stack.Item(dst) = item; in RemoveChild()
593 m_collapse_stack.RemoveAt(dst, src - dst); in RemoveChild()
604 m_collapse_stack.Clear(); in Realize()
985 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
996 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
1021 if(!m_collapse_stack.IsEmpty()) in CollapsePanels()
1025 largest_panel = wxDynamicCast(m_collapse_stack.Last(), wxRibbonPanel); in CollapsePanels()
1026 m_collapse_stack.RemoveAt(m_collapse_stack.GetCount() - 1); in CollapsePanels()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dpage.cpp573 size_t count = m_collapse_stack.GetCount(); in RemoveChild()
577 wxRibbonControl *item = m_collapse_stack.Item(src); in RemoveChild()
588 m_collapse_stack.Item(dst) = item; in RemoveChild()
593 m_collapse_stack.RemoveAt(dst, src - dst); in RemoveChild()
604 m_collapse_stack.Clear(); in Realize()
985 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
996 m_collapse_stack.Add(smallest_panel); in ExpandPanels()
1021 if(!m_collapse_stack.IsEmpty()) in CollapsePanels()
1025 largest_panel = wxDynamicCast(m_collapse_stack.Last(), wxRibbonPanel); in CollapsePanels()
1026 m_collapse_stack.RemoveAt(m_collapse_stack.GetCount() - 1); in CollapsePanels()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ribbon/
H A Dpage.h87 wxArrayRibbonControl m_collapse_stack; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ribbon/
H A Dpage.h87 wxArrayRibbonControl m_collapse_stack; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ribbon/
H A Dpage.h84 wxArrayRibbonControl m_collapse_stack; variable