Searched refs:m_pTreeBottom (Results 1 – 2 of 2) sorted by relevance
29 m_pTreeBottom = treeBottom; in WorkspaceBrowserBuilder()91 m_pTreeBottom->Hide(); in BuildTree()92 m_pTreeBottom->Freeze(); in BuildTree()99 m_pTreeBottom->DeleteChildren(root_bot); in BuildTree()128 m_pTreeBottom->Thaw(); in BuildTree()129 m_pTreeBottom->Show(); in BuildTree()181 if (m_pTreeBottom->IsExpanded(item)) in MakeExpandedNodesArray()208 m_pTreeBottom->Expand(item); in ExpandBottomNodes()576 m_pTreeBottom->Freeze(); in SelectNode()581 m_pTreeBottom->DeleteChildren(root); in SelectNode()[all …]
106 wxTreeCtrl* m_pTreeBottom; variable