X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978f38c238bb83dbb5a73104e4e6870d984dd058..9018abe3ef28d237b0421c8d96987907adbe5532:/include/wx/msw/treectrl.h diff --git a/include/wx/msw/treectrl.h b/include/wx/msw/treectrl.h index 3864830c01..51e1e02d3c 100644 --- a/include/wx/msw/treectrl.h +++ b/include/wx/msw/treectrl.h @@ -410,8 +410,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;