X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978f38c238bb83dbb5a73104e4e6870d984dd058..908d45166b3dbe175746fd8145e331e805193aba:/include/wx/msw/treectrl.h diff --git a/include/wx/msw/treectrl.h b/include/wx/msw/treectrl.h index 3864830c01..f20bb7501e 100644 --- a/include/wx/msw/treectrl.h +++ b/include/wx/msw/treectrl.h @@ -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;