]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_treectrl.i
implemented DrawPoint in terms of DrawLine (for now)
[wxWidgets.git] / 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);