added SetHoverBitmap() and implemented it under wxMSW; extended the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-11-03 01:48:10 +00:00
parent 552271d6ad
commit 1fdc16adf7
6 changed files with 100 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ All (GUI):
- Added parent window parameter to wxHelpController constructor
and added SetParentWindow/GetParentWindow.
- wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
- Added wxBitmapButton::SetHoverBitmap()
wxMSW: