wxBitmapButton added (doesn't work yet)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-08-25 21:45:03 +00:00
parent 325443b96b
commit 1a1edfc0ca
27 changed files with 655 additions and 387 deletions

View File

@@ -162,9 +162,8 @@ void wxScrollBar::SetScrollbar(int position, int thumbSize,
wxSize wxScrollBar::DoGetBestSize() const
{
wxSize sz(140, 140);
wxTheme::Get()->GetRenderer()->AdjustSize(&sz, this);
return sz;
// completely arbitrary
return AdjustSize(wxSize(140, 140));
}
// ----------------------------------------------------------------------------