]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/Main.py
Changed the img2py tool to use PNG instead of XPM for embedding image
authorRobin Dunn <robin@alldunn.com>
Tue, 26 Feb 2002 22:35:10 +0000 (22:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 26 Feb 2002 22:35:10 +0000 (22:35 +0000)
commitafb810d936784286284f9fac9f522076ddd1e8c2
tree487c44bc086486544d8b67eb1e1a02431cbb21d8
parentc2ff68d3fd238a3b943fa0638c88c30b9f2818af
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.

A few other changes to match recent additions to CVS.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
wxPython/CHANGES.txt
wxPython/demo/Main.py
wxPython/demo/bitmaps/noicon.png [deleted file]
wxPython/demo/bitmaps/robin.jpg [deleted file]
wxPython/demo/bmp_source/noicon.png [new file with mode: 0644]
wxPython/demo/bmp_source/robin.jpg [new file with mode: 0644]
wxPython/demo/encode_bitmaps.py
wxPython/demo/images.py
wxPython/demo/wxMimeTypesManager.py
wxPython/demo/wxStaticBitmap.py
wxPython/src/_defs.i
wxPython/src/_extras.py
wxPython/src/events.i
wxPython/src/msw/events.cpp
wxPython/src/msw/events.py
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/tools/img2img.py [new file with mode: 0644]
wxPython/tools/img2png.py [new file with mode: 0644]
wxPython/tools/img2py.py
wxPython/tools/img2xpm.py