}
void wxControl::MacPreControlCreate( wxWindow *parent, wxWindowID id, wxString label ,
}
void wxControl::MacPreControlCreate( wxWindow *parent, wxWindowID id, wxString label ,
ControlHandle container = (ControlHandle) GetParent()->MacGetContainerForEmbedding() ;
wxASSERT_MSG( container != NULL , wxT("No valid mac container control") ) ;
::EmbedControl( (ControlHandle) m_macControl , container ) ;
ControlHandle container = (ControlHandle) GetParent()->MacGetContainerForEmbedding() ;
wxASSERT_MSG( container != NULL , wxT("No valid mac container control") ) ;
::EmbedControl( (ControlHandle) m_macControl , container ) ;
wxAssociateControlWithMacControl( (ControlHandle) m_macControl , this ) ;
if ( wxMacSetupControlBackgroundUPP == NULL )
wxAssociateControlWithMacControl( (ControlHandle) m_macControl , this ) ;
if ( wxMacSetupControlBackgroundUPP == NULL )
SetSize(pos.x, pos.y, new_size.x, new_size.y);
#if wxUSE_UNICODE
SetSize(pos.x, pos.y, new_size.x, new_size.y);
#if wxUSE_UNICODE