Bumped up version to 2.1.16.

Semi-fixed list ctrl's header again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-05-19 18:08:59 +00:00
parent 1fd26975c8
commit 7b271e861b
10 changed files with 395 additions and 374 deletions

View File

@@ -3,26 +3,24 @@
Improve, update translations. Install *.mo files somewehere.
wxFrame::SetMenuBar() bug
Add wxNoteBook::GetPageIndex()
Correct insert point in wxTextCtrl::SetValue()
wxBitmapButton doesn't refresh when parent gets refreshed
reverse log.h menu.h in menu.cpp
wxMDIXXXX:SetTitle() has no effect
Fix wxMenu::Replace() bug reported weeks ago.
-------------------- Medium priority ---------------------
wxBitmapButton doesn't refresh when parent gets refreshed.
-> Not important.
Show accelerator control labels and actually implement them
-> Changed in GTK 1.2 (so let's do it for 1.2). Difficult.
-> Difficult.
-------------------- Low priority ---------------------
Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set
-> Postponed. GTK 1.4 can do that.
Add wxNoteBook::GetPageIndex()
Add wxNoteBook::SetTabPosition()
-> Postponed.
More testing of Unicode support.
-> Postponed.