]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
replaced wxWindowGTK::m_isListBox with a virtual function
[wxWidgets.git] / wxPython / CHANGES.txt
index 8f2749532a1497b49bfea4562a04486355be5bd1..73754c22cffa07d64d0cd7c756834d3700c00289 100644 (file)
@@ -86,8 +86,13 @@ for any class that is OOR aware.
 
 Added OOR support for wxGridCellRenderer, wxGridCellEditor,
 wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their
-derived classes..
+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.