return wxSize(width, height);
}
-wxSize wxGenericStaticText::DoGetBestSize() const
-{
- wxSize ret = DoGetBestClientSize();
- CacheBestSize(ret);
- return ret;
-}
-
-
void wxGenericStaticText::SetLabel(const wxString& label)
{
wxControl::SetLabel(label);