added wx_dynamic_cast()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-03 10:53:55 +00:00
parent d1150ea70f
commit 9f8d3f61a9
4 changed files with 38 additions and 5 deletions

View File

@@ -7,16 +7,18 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual
All:
- wxURI::GetUser and wxURI::HasUser have been renamed to wxURI::GetUserInfo and wxURI::HasUserInfo respectively so that wxURI::GetUser returns the old username that were in the HTTP specification along with wxURI::GetPassword (Note that if you used wxURI::GetUser from 2.5.3 you should rename all instances of it to wxURI::GetUserInfo).
- Added
- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
user and password as in 2.5.4; wxURI::GetPassword() added
- added wx_dynamic_cast() macro
All (GUI):
- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
GetBitmap is renamed GetBitmapPtr.
- Added XPM data constructor to wxImage.
- Added style parameter to wxBufferedDC to allow buffering just
the client, or the whole virtual area.
- Added style parameter to wxBufferedDC to allow buffering just the client, or
the whole virtual area.
wxPalmOS: