]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
added Show/HideNativeCaret() (patch 759924)
[wxWidgets.git] / include / wx / msw / treectrl.h
index 2d2e4ff563ff62e6f1612bd3045ed2d9257e0fec..07be1b67ba2918861726db8129552d97b9b18a2d 100644 (file)
@@ -414,6 +414,10 @@ public:
     bool IsItemChecked(const wxTreeItemId& item) const;
     void SetItemCheck(const wxTreeItemId& item, bool check = TRUE);
 
+    // set/get the item state.image (state == -1 means cycle to the next one)
+    void SetState(const wxTreeItemId& node, int state);
+    int GetState(const wxTreeItemId& node);
+
 protected:
     // SetImageList helper
     void SetAnyImageList(wxImageList *imageList, int which);