git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39962
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// expand this item
void Expand(const wxTreeItemId& item);
// 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);
// collapse the item without removing its children
void Collapse(const wxTreeItemId& item);