]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that GetItemRect() is new in 2.9.0
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Jul 2008 18:02:38 +0000 (18:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Jul 2008 18:02:38 +0000 (18:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
interface/wx/vlbox.h

index 5a746326f2987ede7267cf68419f597f82d535fc..57a2def444411288cb5fbc4b59c471b238876bfd 100644 (file)
@@ -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 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:
 - Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR.
 
 wxGTK:
index ee09a476dfd18fbc99fa9d82cb42b3382ada6e8e..097b3a5718640521c7c0342e8543f6cae80e532e 100644 (file)
@@ -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.
         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;
 
      */
     wxRect GetItemRect(size_t item) const;