]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPA...
[wxWidgets.git] / wxPython / CHANGES.txt
index 157dcec7f6da343aac55705f480540e7479e51fe..73754c22cffa07d64d0cd7c756834d3700c00289 100644 (file)
@@ -84,6 +84,16 @@ Python instance object with a class that raises an exception whenever
 a method call (or other attribute access) is attempted.  This works
 for any class that is OOR aware.
 
+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.
+
 
 
 2.3.2.1
@@ -96,7 +106,6 @@ Added some patches from library contributors.
 
 
 
-
 2.3.2
 -----
 Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,