added wxListCtrl::GetViewRect()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-14 15:58:41 +00:00
parent ee47181777
commit 11ebea162a
6 changed files with 95 additions and 0 deletions

View File

@@ -40,6 +40,18 @@ versions, please update your code to not use them.
OTHER CHANGES
=============
2.5.1
-----
wxMSW:
- fixed wxTE_*WRAP styles handling
All (GUI):
- added wxListCtrl::GetViewRect()
2.5.0
-----