wxWidgets/wxPython/tests
Robin Dunn 6e18ca6cf4 Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
wxMutexGuiLocker and wxThread_IsMain to assist with dealing with GUI
access from non-GUI threads.

wxPyOnDemandOutputWindow is now thread safe if non-GUI threads use
print, sys.stdout.write, etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-26 22:17:24 +00:00
..
bitmaps merged 2.2 branch 2000-07-15 19:51:35 +00:00
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
alternateThread.py Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave, 2001-03-26 22:17:24 +00:00
atom.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
blit.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
dynamicform.py Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
fs_test.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
getvalues.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
grid.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
gridtest.py some cleanup 2000-11-12 00:07:56 +00:00
hangman.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
hook.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
info.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
leave.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
listGetItem.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
memleak.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
og.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
paul.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
popup.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
pytree.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
query.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
README.txt yet more testing... 2001-01-02 20:29:57 +00:00
scroll_paint.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
spies2.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
spies.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
ste.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
table.bmp merged 2.2 branch 2000-07-15 19:51:35 +00:00
tabs.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
test1.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
test2.py Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
test3.py Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
test4.py Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
test5.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
test6.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
test7.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
test8.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
testDlg.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
testi.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
testTree.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
thrtest.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
thtest.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
TstLstIcon.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
txml.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
val.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPlotCanvas.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSlash.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
zigron.py merged 2.2 branch 2000-07-15 19:51:35 +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