wxWidgets/include
Vadim Zeitlin f922638305 Added wxThread::GetMainId().
This is useful for checking if a message was logged from the main thread or not and also allows us to implement IsMain() by comparing GetCurrentId() with GetMainId() in all ports and avoid repetition.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-11 20:46:55 +00:00
..
msvc/wx Setup.h wrapper was missing propgrid section (fixes #10909) 2009-06-17 20:38:20 +00:00
wx Added wxThread::GetMainId(). 2009-07-11 20:46:55 +00:00