git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54606
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- 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:
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;