]> git.saurik.com Git - wxWidgets.git/commit
Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
authorRobin Dunn <robin@alldunn.com>
Mon, 26 Mar 2001 22:17:24 +0000 (22:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 26 Mar 2001 22:17:24 +0000 (22:17 +0000)
commit6e18ca6cf434f1bd7245a3bf03d5a9cfe41393b6
tree76eb9e64a4f0f74a1e72d8b5e4274bbdabda2b20
parentc1e820a40eed983ceb9e17a3d387dea707e31525
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
wxPython/CHANGES.txt
wxPython/src/_extras.py
wxPython/src/misc2.i
wxPython/src/msw/misc2.cpp
wxPython/src/msw/misc2.py
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/tests/alternateThread.py [new file with mode: 0644]