Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-03 23:08:55 +00:00
parent 98c092854c
commit 7a5a571859
4 changed files with 13 additions and 7 deletions

View File

@@ -128,6 +128,9 @@ public:
{ SetBackgroundColour(bg); }
protected:
// we can't compute our best size before the items are added to the control
virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
// subclass one radio button
void SubclassRadioButton(WXHWND hWndBtn);