// implementation
// ============================================================================
+IMPLEMENT_ABSTRACT_CLASS(wxStaticText, wxControl)
+
// ----------------------------------------------------------------------------
// creation
// ----------------------------------------------------------------------------
{
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
-
+
SetLabel(label);
SetBestSize(size);