]> git.saurik.com Git - wxWidgets.git/commit
Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust.
authorRobin Dunn <robin@alldunn.com>
Tue, 14 Aug 2001 19:19:48 +0000 (19:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 Aug 2001 19:19:48 +0000 (19:19 +0000)
commitc7e7022c2c800a01e0b95d371fb213b0d25e3214
tree4c7062c9b2035f6312037b25a658f3b306301b36
parent6443de026310552cacd68a6d0318e73d14929680
Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust.

Added the new virtual list capabilities to wxListCtrl.

Other odds and ends.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
35 files changed:
wxPython/CHANGES.txt
wxPython/demo/Main.py
wxPython/demo/PyCrust.py [new file with mode: 0644]
wxPython/demo/PyShell.py [deleted file]
wxPython/demo/PyShellWindow.py [deleted file]
wxPython/demo/VirtualListCtrl.py [new file with mode: 0644]
wxPython/demo/wxListCtrl.py
wxPython/demo/wxStyledTextCtrl_1.py
wxPython/demo/wxTextCtrl.py
wxPython/setup.py
wxPython/src/_defs.i
wxPython/src/_extras.py
wxPython/src/controls2.i
wxPython/src/events.i
wxPython/src/gdi.i
wxPython/src/helpers.h
wxPython/src/msw/controls2.cpp
wxPython/src/msw/controls2.py
wxPython/src/msw/events.cpp
wxPython/src/msw/events.py
wxPython/src/msw/gdi.cpp
wxPython/src/msw/gdi.py
wxPython/src/msw/windows.cpp
wxPython/src/msw/windows.py
wxPython/src/windows.i
wxPython/wxPython/lib/PyCrust/PyCrust.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/PyCrustEditor.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/PyCrustInterp.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/PyCrustShell.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/PyCrustVersion.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/__init__.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/introspect.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/pseudo.py [new file with mode: 0644]
wxPython/wxPython/lib/pyshell.py
wxPython/wxPython/lib/shell.py