]> git.saurik.com Git - wxWidgets.git/commitdiff
Added ExpandAll and ExpandAllChildren
authorRobin Dunn <robin@alldunn.com>
Mon, 3 Jul 2006 22:28:05 +0000 (22:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 3 Jul 2006 22:28:05 +0000 (22:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_treectrl.i

index 190c189182571b0af50b766136390e56aec8c7ee..4248e589e7909e3c936cc7e07102ae580778adbd 100644 (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);