various changes to get up to date with CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-25 20:22:58 +00:00
parent f87d0500fa
commit f5263701c2
23 changed files with 1547 additions and 58 deletions

View File

@@ -252,6 +252,13 @@ Added wx.lib.delayedresult from Oliver Schoenborn.
Added wx.lib.expando, a multi-line textctrl that exands as more lines
are needed.
wx.Image.Scale and Rescale methods now take an extra parameter
specifying type of method to use for resampling the image. It
defaults to the current behavior of just replicating pixels, if
wx.IMAGE_QUALITY_HIGH is passed then it uses bicubic and box averaging
resampling methods for upsampling and downsampling respectively.