]> git.saurik.com Git - wxWidgets.git/commit
Finished wrapping and providing typemaps for wxInputStream and also
authorRobin Dunn <robin@alldunn.com>
Sat, 23 Feb 2002 19:50:01 +0000 (19:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 23 Feb 2002 19:50:01 +0000 (19:50 +0000)
commitf74ff5efa5604fcde3cc5ba9009cb015a6f388cf
treebf4c4c434dca09e3f04a0633d007ea381c6a37a9
parente531b73f8910b3dcb2457bb74eb3723f2d516f5f
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.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
wxPython/CHANGES.txt
wxPython/demo/Main.py
wxPython/setup.py
wxPython/src/filesys.i
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/image.i
wxPython/src/msw/filesys.cpp
wxPython/src/msw/image.cpp
wxPython/src/msw/image.py
wxPython/src/msw/streams.cpp
wxPython/src/streams.i