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:
@@ -652,6 +652,12 @@ public:
|
|||||||
// expand this item
|
// expand this item
|
||||||
void Expand(const wxTreeItemId& 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
|
// collapse the item without removing its children
|
||||||
void Collapse(const wxTreeItemId& item);
|
void Collapse(const wxTreeItemId& item);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user