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

@@ -333,6 +333,7 @@ void ButtonWidgetsPage::CreateButton()
bbtn->SetBitmapSelected(CreateBitmap(_T("pushed")));
bbtn->SetBitmapFocus(CreateBitmap(_T("focused")));
bbtn->SetBitmapDisabled(CreateBitmap(_T("disabled")));
bbtn->SetBitmapHover(CreateBitmap(_T("hover")));
m_button = bbtn;
}
else // normal button