wxWidgets/utils/wxPython/tests
Robin Dunn 9d8bd15f99 Fixed a deadlock problem when using threads
Incremented version number

Added some missing methods and such

Minor updates to a couple demos


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-23 02:33:44 +00:00
..
bitmaps
.cvsignore More for wxPython 2.0b9 (hopefully the last...) 1999-05-02 02:06:43 +00:00
atom.bmp wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
getvalues.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
hangman.py
info.bmp wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
leave.py Some minor tweaks 1999-08-05 05:06:50 +00:00
memleak.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
paul.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
paul.pyc wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
popup.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
pytree.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
query.bmp wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
README.txt wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
scroll_paint.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
spies2.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
spies.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
table.bmp wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
tabs.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
test1.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
test2.py wxPython 2.0b9, first phase (win32) 1999-04-30 03:29:54 +00:00
test3.py wxPython 2.0b9, first phase (win32) 1999-04-30 03:29:54 +00:00
test4.py Some minor tweaks 1999-08-05 05:06:50 +00:00
test5.py
test6.py
test7.py
test8.py wxPython 2.0b9, first phase (win32) 1999-04-30 03:29:54 +00:00
testTree.py Some minor tweaks 1999-08-05 05:06:50 +00:00
thrtest.py Fixed a deadlock problem when using threads 1999-10-23 02:33:44 +00:00
thtest.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
TstLstIcon.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
txml.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
wxPlotCanvas.py
wxSlash.py
zigron.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00

29-Apr-1999

The tests in this directory are being depreciated in favor of the demo
program found in ../demo.

They are still used from time to time for my development efforts, but
they should not be included with any distributions.

Robin