superfluous embedding API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1381,13 +1381,6 @@ void wxMacControl::SetScrollThumb( wxInt32 WXUNUSED(pos), wxInt32 WXUNUSED(views
|
||||
// implemented in respective subclass
|
||||
}
|
||||
|
||||
void wxMacControl::AddSubWidget( wxWidgetImpl* widget )
|
||||
{
|
||||
ControlRef container = (ControlRef) GetWXWidget() ;
|
||||
wxASSERT_MSG( container != NULL , wxT("No valid mac container control") ) ;
|
||||
::EmbedControl( (ControlRef) widget->GetWXWidget() , container ) ;
|
||||
}
|
||||
|
||||
//
|
||||
// Tab Control
|
||||
//
|
||||
|
Reference in New Issue
Block a user