// Purpose: implementation of wxNonOwnedWindow
// Author: Stefan Csomor
// Created: 2008-03-24
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor 2008
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
HandleWindowEvent(wxevent);
}
-void wxNonOwnedWindow::HandleResized( double timestampsec )
+void wxNonOwnedWindow::HandleResized( double WXUNUSED(timestampsec) )
{
SendSizeEvent();
// we have to inform some controls that have to reset things
*height = h ;
}
-double wxNonOwnedWindow::GetMagnificationFactor() const
-{
- return m_nowpeer->GetMagnificationFactor();
-}
-
void wxNonOwnedWindow::WindowWasPainted()
{
s_lastFlush = clock();
return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
}
+void *wxNonOwnedWindow::OSXGetViewOrWindow() const
+{
+ return GetWXWindow();
+}
+
// ---------------------------------------------------------------------------
// Shape implementation
// ---------------------------------------------------------------------------