Initial version
authorRobin Dunn <robin@alldunn.com>
Sun, 9 Aug 1998 08:31:08 +0000 (08:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 9 Aug 1998 08:31:08 +0000 (08:31 +0000)
commit7bf854050fd5c04469d4334524433a31d4ba997a
treeb38537c4a7c8a2300fce8f48aa1f14dae534525a
parentb6a69abc7db6b6337e72989cff4a2c36fc5f467b
Initial version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
51 files changed:
utils/wxPython/README.txt [new file with mode: 0644]
utils/wxPython/TODO.txt [new file with mode: 0644]
utils/wxPython/src/Makefile.pre.in [new file with mode: 0644]
utils/wxPython/src/Setup.in [new file with mode: 0644]
utils/wxPython/src/__init__.py [new file with mode: 0644]
utils/wxPython/src/_defs.i [new file with mode: 0644]
utils/wxPython/src/_extras.py [new file with mode: 0644]
utils/wxPython/src/cmndlgs.cpp [new file with mode: 0644]
utils/wxPython/src/cmndlgs.i [new file with mode: 0644]
utils/wxPython/src/cmndlgs.py [new file with mode: 0644]
utils/wxPython/src/controls.cpp [new file with mode: 0644]
utils/wxPython/src/controls.i [new file with mode: 0644]
utils/wxPython/src/controls.py [new file with mode: 0644]
utils/wxPython/src/controls2.cpp [new file with mode: 0644]
utils/wxPython/src/controls2.i [new file with mode: 0644]
utils/wxPython/src/controls2.py [new file with mode: 0644]
utils/wxPython/src/events.cpp [new file with mode: 0644]
utils/wxPython/src/events.i [new file with mode: 0644]
utils/wxPython/src/events.py [new file with mode: 0644]
utils/wxPython/src/gdi.cpp [new file with mode: 0644]
utils/wxPython/src/gdi.i [new file with mode: 0644]
utils/wxPython/src/gdi.py [new file with mode: 0644]
utils/wxPython/src/helpers.cpp [new file with mode: 0644]
utils/wxPython/src/helpers.h [new file with mode: 0644]
utils/wxPython/src/makefile.nt [new file with mode: 0644]
utils/wxPython/src/mdi.cpp [new file with mode: 0644]
utils/wxPython/src/mdi.i [new file with mode: 0644]
utils/wxPython/src/mdi.py [new file with mode: 0644]
utils/wxPython/src/misc.cpp [new file with mode: 0644]
utils/wxPython/src/misc.i [new file with mode: 0644]
utils/wxPython/src/misc.py [new file with mode: 0644]
utils/wxPython/src/my_typemaps.i [new file with mode: 0644]
utils/wxPython/src/windows.cpp [new file with mode: 0644]
utils/wxPython/src/windows.i [new file with mode: 0644]
utils/wxPython/src/windows.py [new file with mode: 0644]
utils/wxPython/src/windows2.cpp [new file with mode: 0644]
utils/wxPython/src/windows2.i [new file with mode: 0644]
utils/wxPython/src/windows2.py [new file with mode: 0644]
utils/wxPython/src/wxp.cpp [new file with mode: 0644]
utils/wxPython/src/wxp.i [new file with mode: 0644]
utils/wxPython/src/wxp.ico [new file with mode: 0644]
utils/wxPython/src/wxp.py [new file with mode: 0644]
utils/wxPython/src/wxpc.def [new file with mode: 0644]
utils/wxPython/src/wxpc.rc [new file with mode: 0644]
utils/wxPython/tests/bitmaps/mondrian.ico [new file with mode: 0644]
utils/wxPython/tests/bitmaps/test2.bmp [new file with mode: 0644]
utils/wxPython/tests/setup.bat [new file with mode: 0755]
utils/wxPython/tests/test1.py [new file with mode: 0644]
utils/wxPython/tests/test2.py [new file with mode: 0644]
utils/wxPython/tests/test3.py [new file with mode: 0644]
utils/wxPython/tests/test4.py [new file with mode: 0644]