]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before...
[wxWidgets.git] / include / wx / treectrl.h
index e964012a4f4ae4a68017f9c593f7d413116a3e16..a2c307834c66656b918bbe2555e1633d8b139b01 100644 (file)
@@ -172,6 +172,11 @@ public:
     virtual bool IsSelected(const wxTreeItemId& item) const = 0;
         // is item text in bold font?
     virtual bool IsBold(const wxTreeItemId& item) const = 0;
+#if wxABI_VERSION >= 20801
+        // is the control empty?
+    bool IsEmpty() const;
+#endif // wxABI 2.8.1+
+
 
     // number of children
     // ------------------
@@ -293,6 +298,12 @@ public:
     void ExpandAll();
         // collapse the item without removing its children
     virtual void Collapse(const wxTreeItemId& item) = 0;
+#if wxABI_VERSION >= 20801
+        // collapse the item and all its childs and thats childs
+    void CollapseAllChildren(const wxTreeItemId& item);
+        // collapse all items
+    void CollapseAll();
+#endif // wxABI 2.8.1+
         // collapse the item and remove all children
     virtual void CollapseAndReset(const wxTreeItemId& item) = 0;
         // toggles the current state