wxWidgets/interface
Václav Slavík dae60aeebb Add wxThreadEvent::SetPayload<T>().
This makes it possible to easily pass custom data between threads, in
type-safe way (thanks to internal use of wxAny). This adds
sizeof(wxAny)==16+sizeof(void*) overhead to wxThreadEvent, but I think
it's cheaper than doing malloc/free on copying.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-01-19 13:01:40 +00:00
..
wx Add wxThreadEvent::SetPayload<T>(). 2010-01-19 13:01:40 +00:00
check_syntax.sh better way to avoid warnings about a non-existing missing_semicolons 2009-01-12 19:53:07 +00:00