]> 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:59:59 +0000 (19:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 23 Feb 2002 19:59:59 +0000 (19:59 +0000)
commit2403536a34a03d3bba22b55633b8d23e125b0f8a
treea8ef496044914116b1ea89e2f7731388d704788a
parentf74ff5efa5604fcde3cc5ba9009cb015a6f388cf
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@14366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/wxImageFromStream.py [new file with mode: 0644]