generic (will comment on list later about was does/doesn't work) drawer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-27 11:32:05 +00:00
parent a4e391f8e8
commit 4a4a811163
3 changed files with 414 additions and 0 deletions

24
include/wx/drawer.h Normal file
View File

@@ -0,0 +1,24 @@
///////////////////////////////////////////////////////////////////////////////
// Name: drawer.h
// Purpose: wxDrawerWindow class
// Author: Ryan Norton
// Modified by:
// Created: 9/27/2004
// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DRAWER_H_BASE_
#define _WX_DRAWER_H_BASE_
#include "wx/defs.h"
#if defined(__WXMAC_OSX__) && ( MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_2 )
# include "wx/mac/carbon/drawer.h"
#else
# include "wx/generic/drawerg.h"
#endif
#endif // _WX_DRAWER_H_BASE_