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:
24
include/wx/drawer.h
Normal file
24
include/wx/drawer.h
Normal 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_
|
||||
|
Reference in New Issue
Block a user