wxWidgets/utils/wxPython/tests
Robin Dunn 2f90df854e 1. wxHtmlHelpController and related classes
2. the C++ versions of wxSizer and firends, Python versions are
   'depreciated'
3. wxPyEvent and wxPyCommandEvent, event classes that can carry some
   python objects through the event system and safely come back out
   again.
4. wxGridSizer and wxFlexGridSizer
5. wxValidator
6. wxPyOnDemandOutputWindow
7. several tweaks, fixes and additions of missing methods, etc.
8. and probably several other things I am forgetting since CVS was
   down so long...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-09-30 07:11:20 +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 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 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
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 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