]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention the PixelData classes
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Aug 2006 19:00:22 +0000 (19:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Aug 2006 19:00:22 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 61216657369def444019936b85cf9e82bcbc0c26..09728a5a3f50d9763538c2cba5ec72701c79f2b0 100644 (file)
@@ -192,7 +192,7 @@ IDs.
 Added wx.lib.combotreebox from Frank Niessink
 
 Added wx.ImageFromBuffer, wx.BitmapFromBuffer and
-wx.BitmapFromBufferRGBA factory functions.  They enable loading of am
+wx.BitmapFromBufferRGBA factory functions.  They enable loading of an
 image or bitmap directly from a Python object that implements the
 buffer interface, such as strings, arrays, etc.
 
@@ -209,6 +209,10 @@ wx.ALPHA_OPAQUE.  This is in preparation for allowing various new
 alpha blening functionality using wx.Colour objects, such as drawing
 with pens and brushes on a wx.DC.  
 
+Added wx.NativePixelBuffer, wx.AlphPixelBuffer and related iterator
+and accessor classes.  They allow platform independent direct access
+to the platform specific pixel buffer inside of a wx.Bitmap object.
+