m_parent->DoAddChild( this );
PostCreation();
+ InheritAttributes();
ApplyWidgetStyle();
if (newSize.y == -1) newSize.y = ls.y;
SetSize( newSize.x, newSize.y );
- SetBackgroundColour( parent->GetBackgroundColour() );
- SetForegroundColour( parent->GetForegroundColour() );
-
Show( TRUE );
return TRUE;