diff --git a/docs/changes.txt b/docs/changes.txt index 5a746326f2..57a2def444 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -370,6 +370,7 @@ All (GUI): - Added wxGenericStaticBitmap suitable for display of large bitmaps. - Support wxListCtrl::GetViewRect() in report view too. - Implement wxListCtrl::GetSubItemRect() in generic version (David Barnard). +- Added wxVListBox::GetItemRect() (Javier Urien). - Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR. wxGTK: diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index ee09a476df..097b3a5718 100644 --- a/interface/wx/vlbox.h +++ b/interface/wx/vlbox.h @@ -129,6 +129,8 @@ public: Returns the rectangle occupied by this item in physical coordinates. If the item is not currently visible, returns an empty rectangle. + + @since 2.9.0 */ wxRect GetItemRect(size_t item) const;