]> git.saurik.com Git - wxWidgets.git/commit
Move wxThreadEvent into wxBase.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 28 Jun 2011 17:24:37 +0000 (17:24 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 28 Jun 2011 17:24:37 +0000 (17:24 +0000)
commitc1b293bb8df110ae772cd99fde09e5724730653a
tree23802c4b85cf65bbb65d8fe251e6912dfd4189f0
parent4db97e24f5e2ad38970c55148ddb807399ecd191
Move wxThreadEvent into wxBase.

For this, it cannot derive from wxCommandEvent. Extracted the bits
from wxCommandEvent useful for passing data between threads into
wxEventBasicPayloadMixin helper class shared by both.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
interface/wx/event.h
samples/dll/my_dll.cpp
samples/thread/thread.cpp
src/common/event.cpp