new wxMenu(Bar) dynamic menu(bar) management functions documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-04 14:43:44 +00:00
parent 32db328c7a
commit 1aaef61416
2 changed files with 177 additions and 23 deletions

View File

@@ -4,16 +4,19 @@ wxWindows 2 Change Log
next release (2.1.12 or 2.2?)
-----------------------------
all:
wxBase:
- wxThread class modified to support both detached and joinable threads
- wxLog functions are now MT-safe
- wxLog functions are now (more) 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)
all (GUI):
- wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament
wxMSW:
- tooltips work with wxRadioBox