]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
layout improvement on mac
[wxWidgets.git] / wxPython / CHANGES.txt
index c69baec9bf7dcdd96566a358d3519fef117eaeab..73754c22cffa07d64d0cd7c756834d3700c00289 100644 (file)
@@ -88,6 +88,11 @@ Added OOR support for wxGridCellRenderer, wxGridCellEditor,
 wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their
 derived classes.
 
+Added wxImage.GetDataBuffer which returns an in-place edit buffer of
+the image data.  (Patch #546009)
+
+Added a sample that shows how to embed wxPython in a wxWindows C++
+application.