wxWidgets/utils/wxPython/tests
Vadim Zeitlin c50f1fb922 1. wxStaticLine implemented (generic (ugly) and MSW versions)
2. wxTextDialog looks fine under MSW again
3. startup tips added: code, sample, docs
4. read-only text controls don't participate in TAB traversal


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-06-28 21:39:49 +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
hangman.py added some more URLs 1999-03-28 23:08:55 +00:00
README.txt wxPython 2.0b9, first phase (win32) 1999-04-30 03:36:26 +00:00
test1.py 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +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 wxPython 2.0b9, first phase (win32) 1999-04-30 03:29:54 +00:00
test5.py
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
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

29-Apr-1999

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


Robin