added ExpandAllChildrne() (patch 1498343)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-02 01:22:42 +00:00
parent 5d95cab89d
commit 7093413895
4 changed files with 42 additions and 2 deletions

View File

@@ -287,6 +287,10 @@ public:
// expand this item
virtual void Expand(const wxTreeItemId& item) = 0;
// 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
virtual void Collapse(const wxTreeItemId& item) = 0;
// collapse the item and remove all children