wxThread docs updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-11-27 23:15:07 +00:00
parent b568d04ffa
commit 9063ea8ee2
3 changed files with 111 additions and 29 deletions

View File

@@ -6,18 +6,17 @@ next release (2.1.12 or 2.2?)
all:
- wxThread class modified to support both detached and joinable threads
- wxLog functions are now MT-safe
- wxStopWatch class, timer functions have more chances to return correct
results for your platform (use ANSI function where available)
- buffer overflows in wxString and wxLog classes fixed (if snprintf() function
is available)
- wxArray::RemoveAt() replaces deprectaed wxArray::Remove(index)
wxMSW:
- tooltips work with wxRadioBox
- arbitrary controls (and not only buttons) can be put into a toolbar
wxGTK: