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:
@@ -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
|
||||
|
Reference in New Issue
Block a user