git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55498
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* using mixins of cocoa functionality
*/
* using mixins of cocoa functionality
*/
+#ifdef __WXOSX_COCOA__
+ #define wxOSX_USE_COCOA 1
+#else
#define wxOSX_USE_COCOA 0
#endif
#define wxOSX_USE_COCOA 0
#endif
+#ifdef __WXOSX_CARBON__
+ #define wxOSX_USE_CARBON 1
+#else
+ #define wxOSX_USE_CARBON 0
+#endif
+
/*
* setting flags according to the platform
*/
/*
* setting flags according to the platform
*/
#define wxOSX_USE_IPHONE 0
#else
#ifdef __WXOSX_IPHONE__
#define wxOSX_USE_IPHONE 0
#else
#ifdef __WXOSX_IPHONE__
- #define wxOSX_USE_CARBON 0
#define wxOSX_USE_IPHONE 1
#else
#define wxOSX_USE_IPHONE 0
#define wxOSX_USE_IPHONE 1
#else
#define wxOSX_USE_IPHONE 0
- #if wxOSX_USE_COCOA
- #define wxOSX_USE_CARBON 0
- #else
- #define wxOSX_USE_CARBON 1
- #endif
#include "wx/osx/core/private.h"
#include "wx/osx/core/private.h"
+#include "wx/defs.h"
+
+#include <ApplicationServices/ApplicationServices.h>
+
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
extern NSRect wxToNSRect( NSView* parent, const wxRect& r );
extern wxRect wxFromNSRect( NSView* parent, const NSRect& rect );
extern NSPoint wxToNSPoint( NSView* parent, const wxPoint& p );
extern NSRect wxToNSRect( NSView* parent, const wxRect& r );
extern wxRect wxFromNSRect( NSView* parent, const NSRect& rect );
extern NSPoint wxToNSPoint( NSView* parent, const wxPoint& p );
NSRect WXDLLIMPEXP_CORE wxOSXGetFrameForControl( wxWindowMac* window , const wxPoint& pos , const wxSize &size ,
bool adjustForOrigin = true );
NSRect WXDLLIMPEXP_CORE wxOSXGetFrameForControl( wxWindowMac* window , const wxPoint& pos , const wxSize &size ,
bool adjustForOrigin = true );
// bring in themeing types without pulling in the headers
// bring in themeing types without pulling in the headers
typedef SInt16 ThemeBrush;
typedef SInt16 ThemeBrush;
-long UMAGetSystemVersion() ;
CGColorRef wxMacCreateCGColorFromHITheme( ThemeBrush brush ) ;
OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(
CGContextRef inContext,
const CGRect * inBounds,
CGImageRef inImage) ;
WX_NSImage wxOSXCreateNSImageFromCGImage( CGImageRef image );
CGColorRef wxMacCreateCGColorFromHITheme( ThemeBrush brush ) ;
OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(
CGContextRef inContext,
const CGRect * inBounds,
CGImageRef inImage) ;
WX_NSImage wxOSXCreateNSImageFromCGImage( CGImageRef image );
+long UMAGetSystemVersion() ;
WXDLLIMPEXP_BASE void wxMacStringToPascal( const wxString&from , StringPtr to );
WXDLLIMPEXP_BASE wxString wxMacFSRefToPath( const FSRef *fsRef , CFStringRef additionalPathComponent = NULL );
WXDLLIMPEXP_BASE OSStatus wxMacPathToFSRef( const wxString&path , FSRef *fsRef );
WXDLLIMPEXP_BASE void wxMacStringToPascal( const wxString&from , StringPtr to );
WXDLLIMPEXP_BASE wxString wxMacFSRefToPath( const FSRef *fsRef , CFStringRef additionalPathComponent = NULL );
WXDLLIMPEXP_BASE OSStatus wxMacPathToFSRef( const wxString&path , FSRef *fsRef );