summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
80a12bd)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64360
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxOSX_USE_NATIVE_TOOLBAR 0
#endif
#define wxOSX_USE_NATIVE_TOOLBAR 0
#endif
+#if wxUSE_RIBBON
+#undef wxUSE_RIBBON
+#define wxUSE_RIBBON 0
+#endif
+
+#if wxUSE_INFOBAR
+#undef wxUSE_INFOBAR
+#define wxUSE_INFOBAR 0
+#endif
+
+#if wxUSE_FILE_HISTORY
+#undef wxUSE_FILE_HISTORY
+#define wxUSE_FILE_HISTORY 0
+#endif
+
+#if wxUSE_NOTIFICATION_MESSAGE
+#undef wxUSE_NOTIFICATION_MESSAGE
+#define wxUSE_NOTIFICATION_MESSAGE 0
+#endif
+
+#if wxUSE_PROPGRID
+#undef wxUSE_PROPGRID
+#define wxUSE_PROPGRID 0
+#endif
+
+#if wxUSE_WEBKIT
+#undef wxUSE_WEBKIT
+#define wxUSE_WEBKIT 0
+#endif
+
+#if wxUSE_DATAOBJ
+#undef wxUSE_DATAOBJ
+#define wxUSE_DATAOBJ 0
+#endif
+
#endif
/* _WX_OSX_IPHONE_CHKCONF_H_ */
#endif
/* _WX_OSX_IPHONE_CHKCONF_H_ */
- CGImageRef grabViaOpenGL(CGDirectDisplayID display, CGRect srcRect);
+ CGImageRef grabViaOpenGL(CGDirectDisplayID display,
+ CGRect srcRect);
#if defined __cplusplus
}
#if defined __cplusplus
}
#include "wx/osx/private.h"
#include "wx/osx/private.h"
+#if wxOSX_USE_COCOA_OR_CARBON
#include <QuickTime/QuickTime.h>
#endif
#include <QuickTime/QuickTime.h>
#endif
+#if wxOSX_USE_COCOA_OR_CARBON
+
#include "wx/icon.h"
#ifndef WX_PRECOMP
#include "wx/icon.h"
#ifndef WX_PRECOMP
+#if wxOSX_USE_COCOA_OR_CARBON
+
#include "wx/region.h"
#ifndef WX_PRECOMP
#include "wx/region.h"
#ifndef WX_PRECOMP
// for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxOSX_USE_COCOA_OR_CARBON
+
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifdef __BORLANDC__
#pragma hdrstop
#endif
}
#endif // wxHAS_DRAW_TITLE_BAR_BITMAP
}
#endif // wxHAS_DRAW_TITLE_BAR_BITMAP
+
+#endif
\ No newline at end of file
OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#if wxOSX_USE_COCOA_OR_CARBON
+
#import <CoreFoundation/CoreFoundation.h>
#import <ApplicationServices/ApplicationServices.h>
#import <OpenGL/OpenGL.h>
#import <CoreFoundation/CoreFoundation.h>
#import <ApplicationServices/ApplicationServices.h>
#import <OpenGL/OpenGL.h>
-//DARWIN _ONLY_
-#ifdef __DARWIN__
+#if wxOSX_USE_COCOA_OR_CARBON
#include "wx/osx/core/hid.h"
#include "wx/osx/core/hid.h"
#include "wx/msw/private.h"
#elif defined(__WXMAC__)
#include "wx/osx/private.h"
#include "wx/msw/private.h"
#elif defined(__WXMAC__)
#include "wx/osx/private.h"
-// only for kThemeBrushToolbarBackground
-#include <Carbon/Carbon.h>
#endif
wxRibbonAUIArtProvider::wxRibbonAUIArtProvider()
#endif
wxRibbonAUIArtProvider::wxRibbonAUIArtProvider()