m_parent->DoAddChild( this );
PostCreation();
+ InheritAttributes();
- SetFont( parent->GetFont() );
-
wxSize size_best( DoGetBestSize() );
wxSize new_size( size );
if (new_size.x == -1)
if ((new_size.x != size.x) || (new_size.y != size.y))
SetSize( new_size.x, new_size.y );
- SetBackgroundColour( parent->GetBackgroundColour() );
-
SetValue( value );
Show( TRUE );