X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36d9119341753b2f6f606571702a9b906050a07c..2361ce822f82cd4964066319b2253562bf4de84b:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 157dcec7f6..73754c22cf 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -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,