wxWidgets/utils/wxPython/tests
Robin Dunn f581a26df9 Some minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-08-05 05:06:50 +00:00
..
bitmaps Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a 1999-02-20 09:05:04 +00:00
.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 added some more URLs 1999-03-28 23:08:55 +00:00
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 wxPython 2.1b1: 1999-07-31 07:56:15 +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 Changed the import semantics from "from wxPython import *" to "from 1998-12-15 20:44:37 +00:00
test6.py wxPython version 2.0b5 1999-02-25 07:09:51 +00:00
test7.py Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a 1999-02-20 09:05:04 +00:00
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
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 A port of tkPlotCanvas.py. Requires Numeric module. 1999-02-26 00:25:13 +00:00
wxSlash.py added double click handler. various minor fixes. 1999-02-26 17:01:16 +00:00
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