]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
some warnings fixed, checks for various wxUSE_XXX added
[wxWidgets.git] / wxPython / CHANGES.txt
index a9c230ed8dbd49adbf0991d741248003f9cb7804..73754c22cffa07d64d0cd7c756834d3700c00289 100644 (file)
@@ -91,6 +91,8 @@ 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.