]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Changed the img2py tool to use PNG instead of XPM for embedding image
[wxWidgets.git] / wxPython / CHANGES.txt
index 09a4c7609416ccc7ef8f6ea317765bf5492bf53a..1097a4f9388915549cfa44ad40e03beac0f8c287 100644 (file)
@@ -18,6 +18,9 @@ Finished wrapping and providing typemaps for wxInputStream and also
 added the stream ctor and other methods for wxImage so images can now
 be loaded from any Python "file-like" object.
 
+Changed the img2py tool to use PNG instead of XPM for embedding image
+data in Python source code, and the generated code now uses streams to
+convert the image data to wxImage, wxBitmap, or wxIcon.