X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1ae4143271ae63a17e052a1a471d16e9cd8c44..b4efa0696e9b6fdc6b19441981c5e0341d177a48:/src/mac/carbon/statbox.cpp?ds=sidebyside diff --git a/src/mac/carbon/statbox.cpp b/src/mac/carbon/statbox.cpp index e0d8257d0f..529c720da3 100644 --- a/src/mac/carbon/statbox.cpp +++ b/src/mac/carbon/statbox.cpp @@ -13,6 +13,8 @@ #pragma implementation "statbox.h" #endif +#include "wx/defs.h" + #include "wx/statbox.h" #include "wx/mac/uma.h" @@ -41,7 +43,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id, MacPreControlCreate( parent , id , label , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ; - m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , true , 0 , 0 , 1, + m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, kControlGroupBoxTextTitleProc , (long) this ) ; MacPostControlCreate() ;