// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
tabsize = kControlSizeSmall;
}
+ m_peer = new wxMacControl() ;
verify_noerr ( CreateTabsControl( MAC_WXHWND(parent->MacGetTopLevelWindowRef()) , &bounds ,
- tabsize , tabstyle, 0, NULL, (ControlRef*) &m_macControl) );
+ tabsize , tabstyle, 0, NULL, *m_peer ) );
+
MacPostControlCreate(pos,size) ;
return TRUE ;