git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18980
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_macControl = NewControl(MAC_WXHWND(parent->MacGetRootWindow()), &bounds, "\p", true, featurSet, 0, featurSet, kControlUserPaneProc, 0);
/* set up the mUP specific features and data */
mUPOpenControl((ControlHandle) m_macControl, m_windowStyle );
+ /*
if ( parent )
{
parent->MacGetTopLevelWindow()->MacInstallEventHandler() ;
}
+ */
}
MacPostControlCreate() ;
m_macControl = NewControl(MAC_WXHWND(parent->MacGetRootWindow()), &bounds, "\p", true, featurSet, 0, featurSet, kControlUserPaneProc, 0);
/* set up the mUP specific features and data */
mUPOpenControl((ControlHandle) m_macControl, m_windowStyle );
+ /*
if ( parent )
{
parent->MacGetTopLevelWindow()->MacInstallEventHandler() ;
}
+ */
}
MacPostControlCreate() ;