]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
The char->wxChar in window.h cascades through some other header files.
[wxWidgets.git] / include / wx / msw / treectrl.h
index 3864830c013cd86016c0f0455f84154c2c2a408e..f20bb7501e9fd04b61fe5d424134c89b133c9726 100644 (file)
@@ -253,6 +253,9 @@ public:
         // the item will be shown in bold
     void SetItemBold(const wxTreeItemId& item, bool bold = TRUE);
 
+        // the item will be shown with a drop highlight
+    void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = TRUE);
+
     // item status inquiries
     // ---------------------
 
@@ -410,8 +413,7 @@ public:
     wxTreeItemId HitTest(const wxPoint& point, int& flags);
 
         // get the bounding rectangle of the item (or of its label only)
-        // @@@ do we really need to expose this functions to the application?
-    void GetBoundingRect(const wxTreeItemId& item,
+    bool GetBoundingRect(const wxTreeItemId& item,
                          wxRect& rect,
                          bool textOnly = FALSE) const;