// Purpose: wxNativeWindow implementation
// Author: Vadim Zeitlin
// Created: 2008-03-05
-// RCS-ID: $Id$
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwindows.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
return true;
}
+bool wxNativeContainerWindow::IsShown() const
+{
+ return (IsWindowVisible(static_cast<HWND>(m_hWnd)) != 0);
+}
+
void wxNativeContainerWindow::OnNativeDestroyed()
{
// don't use Close() or even Destroy() here, we really don't want to keep