// Purpose: implementation of wxNonOwnedWindow
// Author: Stefan Csomor
// Created: 2008-03-24
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor 2008
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
}
+void *wxNonOwnedWindow::OSXGetViewOrWindow() const
+{
+ return GetWXWindow();
+}
+
// ---------------------------------------------------------------------------
// Shape implementation
// ---------------------------------------------------------------------------