Fixed the bugs preventing wxPython from being embedded in a wxWindows
authorRobin Dunn <robin@alldunn.com>
Thu, 2 May 2002 04:45:47 +0000 (04:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 2 May 2002 04:45:47 +0000 (04:45 +0000)
commita24268437fd8f5cf62e11ea3d386b14d38e6d981
tree2f92dda268160146530dc555b7e31cb8971923d4
parentf44602beb7f548ce44237cdb417b7a994b54b901
Fixed the bugs preventing wxPython from being embedded in a wxWindows
app, and added a sample showing how to do it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
wxPython/MANIFEST.in
wxPython/distrib/make_installer.py
wxPython/samples/embedded/.cvsignore [new file with mode: 0644]
wxPython/samples/embedded/README.txt [new file with mode: 0644]
wxPython/samples/embedded/embedded.cpp [new file with mode: 0644]
wxPython/samples/embedded/embedded.rc [new file with mode: 0644]
wxPython/samples/embedded/embedded_sample.py [new file with mode: 0644]
wxPython/samples/embedded/makefile.unx [new file with mode: 0644]
wxPython/samples/embedded/makefile.vc [new file with mode: 0644]
wxPython/samples/embedded/mondrian.ico [new file with mode: 0644]
wxPython/samples/embedded/mondrian.xpm [new file with mode: 0644]
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/wx.i