]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
Add support for gradient stops to wxGraphicsContext.
[wxWidgets.git] / interface / wx / treectrl.h
index f1cdacd5293d7581528a41c224ef4ee545ad1cc7..9b9fb7c14150b40cf9d031d34df54c43ba6fcc05 100644 (file)
@@ -954,6 +954,15 @@ public:
         Unselects the given item. This works in multiselection controls only.
     */
     void UnselectItem(const wxTreeItemId& item);
+
+    /**
+        Select all the immediate children of the given parent.
+
+        This function can be used with multiselection controls only.
+
+        @since 2.9.1
+    */
+    virtual void SelectChildren(const wxTreeItemId& parent);
 };