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
This commit is contained in:
@@ -455,6 +455,7 @@ All:
|
||||
- Added wxThread::Wait() and Delete() "wait mode" parameter (Catalin Raceanu).
|
||||
- Allow showing milliseconds in wxLog time stamps (tan).
|
||||
- Added support for processing instructions in wxXmlDocument (Nick Matthews).
|
||||
- Added wxThreadEvent for communicating between threads to wxBase.
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user