wxControl::SetLabel(label);
m_widget = gtk_label_new( m_label.mbc_str() );
+ SetFont( parent->GetFont() );
+
GtkJustification justify;
if ( style & wxALIGN_CENTER )
justify = GTK_JUSTIFY_CENTER;
SetBackgroundColour( parent->GetBackgroundColour() );
SetForegroundColour( parent->GetForegroundColour() );
- SetFont( parent->GetFont() );
-
Show( TRUE );
return TRUE;