// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "stattext.h"
+ #pragma implementation "univstattext.h"
#endif
#include "wx/wxprec.h"
{
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
-
+
SetLabel(label);
SetBestSize(size);