]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
1. wxDir works for MSW and documented
[wxWidgets.git] / include / wx / msw / treectrl.h
index 97078b53e44515c61d5ff611e082c77b3c582532..32c41d85542b510896dc381e140602055c7dde5d 100644 (file)
@@ -478,8 +478,15 @@ private:
                              wxTreeItemIndirectData *data);
     bool HasIndirectData(const wxTreeItemId& item) const;
 
+    // the array storing all item ids which have indirect data
     wxArrayTreeItemIds m_itemsWithIndirectData;
 
+    // the hash storing the items attributes (indexed by items ids)
+    wxHashTable m_attrs;
+
+    // TRUE if the hash above is not empty
+    bool m_hasAnyAttr;
+
     DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
 };