Added ExpandAll and ExpandAllChildren

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-03 22:28:05 +00:00
parent 27e20452c4
commit 47136f0f6d

View File

@@ -652,6 +652,12 @@ public:
// expand this item
void Expand(const wxTreeItemId& item);
// expand the item and all its childs and thats childs
void ExpandAllChildren(const wxTreeItemId& item);
// expand all items
void ExpandAll();
// collapse the item without removing its children
void Collapse(const wxTreeItemId& item);