]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
apply complete transforms (scroll window PrepareDC was not functioning properly)
[wxWidgets.git] / include / wx / treectrl.h
index cbf50e4bc58980e82edc7a255ccc299ffbda2009..e964012a4f4ae4a68017f9c593f7d413116a3e16 100644 (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