Added virtual GetNonClientNSView()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,13 @@ void wxFrame::CocoaSetWxWindowSize(int width, int height)
|
||||
wxTopLevelWindow::CocoaSetWxWindowSize(width,height);
|
||||
}
|
||||
|
||||
WX_NSView wxFrame::GetNonClientNSView()
|
||||
{
|
||||
if(m_frameNSView)
|
||||
return m_frameNSView;
|
||||
return GetNSViewForSuperview();
|
||||
}
|
||||
|
||||
void wxFrame::CocoaReplaceView(WX_NSView oldView, WX_NSView newView)
|
||||
{
|
||||
// If we have the additional toolbar/statbar view, then the
|
||||
|
Reference in New Issue
Block a user