git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20182
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Raise the window to the top of the Z order
void wxWindow::Raise()
{
// Raise the window to the top of the Z order
void wxWindow::Raise()
{
+ NSView *nsview = m_dummyNSView?m_dummyNSView:m_cocoaNSView;
+ NSView *superview = [nsview superview];
+ [nsview retain];
+ [nsview removeFromSuperview];
+ [superview addSubview:nsview];
}
// Lower the window to the bottom of the Z order
}
// Lower the window to the bottom of the Z order