]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/image.i
Images can now be embedded in Python source files.
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Apr 2001 19:36:36 +0000 (19:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Apr 2001 19:36:36 +0000 (19:36 +0000)
commit96bfd05319f9e393843e84ca5274d85ff248bad4
tree64208e57d3054ec7bc606abcbb0dfda9d6ed0a39
parent28af3deb9fe73f67130367cea47d2e94b62b7491
Images can now be embedded in Python source files.
Added tools to do the embedding.
Added Constructors/methods where needed.
Updated the demo to use mostly embedded images.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
75 files changed:
wxPython/demo/GenericButtons.py
wxPython/demo/GridCustEditor.py
wxPython/demo/Main.py
wxPython/demo/bitmaps/01c.gif [deleted file]
wxPython/demo/bitmaps/10s.gif [deleted file]
wxPython/demo/bitmaps/12h.gif [deleted file]
wxPython/demo/bitmaps/13d.gif [deleted file]
wxPython/demo/bitmaps/Calend.bmp [deleted file]
wxPython/demo/bitmaps/DbDec.bmp [deleted file]
wxPython/demo/bitmaps/DbInc.bmp [deleted file]
wxPython/demo/bitmaps/Dec.bmp [deleted file]
wxPython/demo/bitmaps/Inc.bmp [deleted file]
wxPython/demo/bitmaps/Pt.bmp [deleted file]
wxPython/demo/bitmaps/backgrnd.png [deleted file]
wxPython/demo/bitmaps/copy.bmp [deleted file]
wxPython/demo/bitmaps/lb1.bmp [deleted file]
wxPython/demo/bitmaps/lb2.bmp [deleted file]
wxPython/demo/bitmaps/mondrian.ico [deleted file]
wxPython/demo/bitmaps/new.bmp [deleted file]
wxPython/demo/bitmaps/open.bmp [deleted file]
wxPython/demo/bitmaps/paste.bmp [deleted file]
wxPython/demo/bitmaps/robin.jpg [deleted file]
wxPython/demo/bitmaps/smiles.bmp [deleted file]
wxPython/demo/bitmaps/test2.bmp [deleted file]
wxPython/demo/bitmaps/test_image.png [deleted file]
wxPython/demo/bitmaps/test_mask.bmp [deleted file]
wxPython/demo/bitmaps/tog1.bmp [deleted file]
wxPython/demo/bitmaps/tog2.bmp [deleted file]
wxPython/demo/bmp_source/01c.gif [new file with mode: 0644]
wxPython/demo/bmp_source/10s.gif [new file with mode: 0644]
wxPython/demo/bmp_source/12h.gif [new file with mode: 0644]
wxPython/demo/bmp_source/13d.gif [new file with mode: 0644]
wxPython/demo/bmp_source/Calend.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/DbDec.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/DbInc.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/Dec.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/Inc.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/Pt.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/backgrnd.png [new file with mode: 0644]
wxPython/demo/bmp_source/copy.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/lb1.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/lb2.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/mondrian.ico [new file with mode: 0644]
wxPython/demo/bmp_source/new.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/open.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/paste.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/robin.jpg [new file with mode: 0644]
wxPython/demo/bmp_source/smiles.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/test2.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/testmask.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/teststar.png [new file with mode: 0644]
wxPython/demo/bmp_source/tog1.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/tog2.bmp [new file with mode: 0644]
wxPython/demo/encode_bitmaps.py [new file with mode: 0644]
wxPython/demo/images.py [new file with mode: 0644]
wxPython/demo/pyTree.py
wxPython/demo/wxButton.py
wxPython/demo/wxCalendar.py
wxPython/demo/wxDragImage.py
wxPython/demo/wxFloatBar.py
wxPython/demo/wxListCtrl.py
wxPython/demo/wxMask.py
wxPython/demo/wxOGL.py
wxPython/demo/wxScrolledWindow.py
wxPython/demo/wxStaticBitmap.py
wxPython/demo/wxToolBar.py
wxPython/demo/wxTreeCtrl.py
wxPython/src/gdi.i
wxPython/src/image.i
wxPython/src/msw/gdi.cpp
wxPython/src/msw/gdi.py
wxPython/src/msw/image.cpp
wxPython/src/msw/image.py
wxPython/tools/img2py.py [new file with mode: 0644]
wxPython/tools/img2xpm.py [new file with mode: 0644]