mention that GetItemRect() is new in 2.9.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-13 18:02:38 +00:00
parent 905069b18f
commit 9379b3f68d
2 changed files with 3 additions and 0 deletions

View File

@@ -370,6 +370,7 @@ All (GUI):
- Added wxGenericStaticBitmap suitable for display of large bitmaps. - Added wxGenericStaticBitmap suitable for display of large bitmaps.
- Support wxListCtrl::GetViewRect() in report view too. - Support wxListCtrl::GetViewRect() in report view too.
- Implement wxListCtrl::GetSubItemRect() in generic version (David Barnard). - Implement wxListCtrl::GetSubItemRect() in generic version (David Barnard).
- Added wxVListBox::GetItemRect() (Javier Urien).
- Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR. - Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR.
wxGTK: wxGTK:

View File

@@ -129,6 +129,8 @@ public:
Returns the rectangle occupied by this item in physical coordinates. Returns the rectangle occupied by this item in physical coordinates.
If the item is not currently visible, returns an empty rectangle. If the item is not currently visible, returns an empty rectangle.
@since 2.9.0
*/ */
wxRect GetItemRect(size_t item) const; wxRect GetItemRect(size_t item) const;