]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/nonownedwnd_osx.cpp
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / src / osx / nonownedwnd_osx.cpp
index 0828348eb19af8f04d6a300e77b674be801a8cd9..9e7f1e185cb9ac5ac75b73bd2e4f418e0ef12da6 100644 (file)
@@ -496,6 +496,11 @@ WXWindow wxNonOwnedWindow::GetWXWindow() const
     return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
 }
 
+void *wxNonOwnedWindow::OSXGetViewOrWindow() const
+{
+    return GetWXWindow();
+}
+
 // ---------------------------------------------------------------------------
 // Shape implementation
 // ---------------------------------------------------------------------------