]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Rewrote Metal theme to use delegation. requires more cut'n'paste than I like,
[wxWidgets.git] / wxPython / CHANGES.txt
index c69baec9bf7dcdd96566a358d3519fef117eaeab..60b82af4f945cacfc2bd97fdaed1d87c584bf229 100644 (file)
@@ -88,6 +88,8 @@ 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)