bug didn't happen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// Drawer windows appear under their parent window and
|
// Drawer windows appear under their parent window and
|
||||||
// behave like a drawer, opening and closing to reveal
|
// behave like a drawer, opening and closing to reveal
|
||||||
// content that does not need to be visible at all times.
|
// content that does not need to be visible at all times.
|
||||||
// Author: Jason Bagley
|
// Author: Jason Bagley & Ryan Norton
|
||||||
// Modified by:
|
// Modified by:
|
||||||
// Created: 2004-30-01
|
// Created: 2004-30-01
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
@@ -23,10 +23,6 @@
|
|||||||
|
|
||||||
#if defined( __WXMAC__ ) && TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
|
#if defined( __WXMAC__ ) && TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
|
||||||
|
|
||||||
// TODO:
|
|
||||||
// <20> Contents do not draw on drawer opening. They do when a window is deactivated
|
|
||||||
// with the drawer open, and contents stay visible thereafter.
|
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow)
|
IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow)
|
||||||
|
|
||||||
// Use consants for now.
|
// Use consants for now.
|
||||||
|
Reference in New Issue
Block a user