#define _WX_PRIVATE_H_
#include "wx/defs.h"
-#include "wx/app.h"
#ifdef __DARWIN__
# include <Carbon/Carbon.h>
#endif
#if UNIVERSAL_INTERFACES_VERSION < 0x0342
- #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
+ #error "please update to Apple's latest universal headers from http://developer.apple.com/sdk/"
#endif
#ifndef MAC_OS_X_VERSION_10_3
#if wxUSE_GUI
-#include "wx/dc.h"
-#include "wx/window.h"
-#include "wx/toplevel.h"
+#include "wx/listbox.h"
class wxMacPortStateHelper
{
#if wxUSE_GUI
-#include "wx/listbox.h"
-
/*
GWorldPtr wxMacCreateGWorld( int width , int height , int depth );
void wxMacDestroyGWorld( GWorldPtr gw );
virtual OSStatus GetRegion( ControlPartCode partCode , RgnHandle region );
virtual OSStatus SetZOrder( bool above , wxMacControl* other );
- bool IsCompositing() { return m_isCompositing; }
bool IsRootControl() { return m_isRootControl; }
wxWindow* GetPeer() const
long m_windowStyle;
wxWindow* m_peer;
bool m_needsFocusRect;
- bool m_isCompositing;
bool m_isRootControl;
};