,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,wxDefaultValidator
-#endif
,rsName
))
{
,sizeof(LONG)
,(PVOID)&lColor
);
- wxFont* pTextFont = new wxFont( 10
- ,wxMODERN
- ,wxNORMAL
- ,wxNORMAL
- );
- SetFont(*pTextFont);
+ SetFont(*wxSMALL_FONT);
SetSize( rPos.x
,rPos.y
,rSize.x
,rSize.y
);
- delete pTextFont;
return TRUE;
} // end of wxStaticBox::Create
int nCx;
int nCy;
int wBox;
+ wxFont vFont = GetFont();
wxGetCharSize( GetHWND()
,&nCx
,&nCy
- ,(wxFont*)&GetFont()
+ ,&vFont
);
GetTextExtent( wxGetWindowText(m_hWnd)
,&wBox