m_parent->DoAddChild( this );
PostCreation(size);
-
+
// we should blend into our parent background
const wxColour bg = parent->GetBackgroundColour();
SetBackgroundColour(bg);
windows.Add( m_widget->window );
return NULL;
-}
+}
#endif // wxUSE_COLLPANE && !defined(__WXUNIVERSAL__)