1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/osx/carbon/cursor.cpp
3 // Purpose: wxCursor class
4 // Author: Stefan Csomor
8 // Copyright: (c) Stefan Csomor
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #include "wx/wxprec.h"
14 #include "wx/cursor.h"
22 #include "wx/xpmdecod.h"
24 #include "wx/osx/private.h"
27 IMPLEMENT_DYNAMIC_CLASS(wxCursor
, wxGDIObject
)
30 class WXDLLEXPORT wxCursorRefData
: public wxGDIRefData
34 wxCursorRefData(const wxCursorRefData
& cursor
);
35 virtual ~wxCursorRefData();
37 virtual bool IsOk() const
39 #if wxOSX_USE_COCOA_OR_CARBON
40 if ( m_hCursor
!= NULL
)
43 if ( m_themeCursor
!= -1 )
49 // in order to avoid asserts, always claim to have a valid cursor
56 WX_NSCursor m_hCursor
;
57 #elif wxOSX_USE_CARBON
63 #elif wxOSX_USE_IPHONE
67 friend class wxCursor
;
69 wxDECLARE_NO_ASSIGN_CLASS(wxCursorRefData
);
72 #define M_CURSORDATA static_cast<wxCursorRefData*>(m_refData)
74 #if wxOSX_USE_COCOA_OR_CARBON
76 ClassicCursor gMacCursors
[kwxCursorLast
+1] =
80 {0x0000, 0x03E0, 0x0630, 0x0808, 0x1004, 0x31C6, 0x2362, 0x2222,
81 0x2362, 0x31C6, 0x1004, 0x0808, 0x0630, 0x03E0, 0x0000, 0x0000},
82 {0x0000, 0x03E0, 0x07F0, 0x0FF8, 0x1FFC, 0x3FFE, 0x3FFE, 0x3FFE,
83 0x3FFE, 0x3FFE, 0x1FFC, 0x0FF8, 0x07F0, 0x03E0, 0x0000, 0x0000},
88 {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
89 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},
90 {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
91 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},
96 {0x00F0, 0x0088, 0x0108, 0x0190, 0x0270, 0x0220, 0x0440, 0x0440,
97 0x0880, 0x0880, 0x1100, 0x1E00, 0x1C00, 0x1800, 0x1000, 0x0000},
98 {0x00F0, 0x00F8, 0x01F8, 0x01F0, 0x03F0, 0x03E0, 0x07C0, 0x07C0,
99 0x0F80, 0x0F80, 0x1F00, 0x1E00, 0x1C00, 0x1800, 0x1000, 0x0000},
104 {0x0000, 0x1E00, 0x2100, 0x4080, 0x4080, 0x4080, 0x4080, 0x2180,
105 0x1FC0, 0x00E0, 0x0070, 0x0038, 0x001C, 0x000E, 0x0006, 0x0000},
106 {0x3F00, 0x7F80, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0x7FC0,
107 0x3FE0, 0x1FF0, 0x00F8, 0x007C, 0x003E, 0x001F, 0x000F, 0x0007},
112 {0x0000, 0x07E0, 0x1FF0, 0x3838, 0x3C0C, 0x6E0E, 0x6706, 0x6386,
113 0x61C6, 0x60E6, 0x7076, 0x303C, 0x1C1C, 0x0FF8, 0x07E0, 0x0000},
114 {0x0540, 0x0FF0, 0x3FF8, 0x3C3C, 0x7E0E, 0xFF0F, 0x6F86, 0xE7C7,
115 0x63E6, 0xE1F7, 0x70FE, 0x707E, 0x3C3C, 0x1FFC, 0x0FF0, 0x0540},
120 {0x0000, 0x0380, 0x0380, 0x0380, 0x0380, 0x0380, 0x0380, 0x0FE0,
121 0x1FF0, 0x1FF0, 0x0000, 0x1FF0, 0x1FF0, 0x1550, 0x1550, 0x1550},
122 {0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x0FE0, 0x1FF0,
123 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8},
128 {0x00C0, 0x0140, 0x0640, 0x08C0, 0x3180, 0x47FE, 0x8001, 0x8001,
129 0x81FE, 0x8040, 0x01C0, 0x0040, 0x03C0, 0xC080, 0x3F80, 0x0000},
130 {0x00C0, 0x01C0, 0x07C0, 0x0FC0, 0x3F80, 0x7FFE, 0xFFFF, 0xFFFF,
131 0xFFFE, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0xFF80, 0x3F80, 0x0000},
136 {0x0100, 0x0280, 0x0260, 0x0310, 0x018C, 0x7FE3, 0x8000, 0x8000,
137 0x7F80, 0x0200, 0x0380, 0x0200, 0x03C0, 0x0107, 0x01F8, 0x0000},
138 {0x0100, 0x0380, 0x03E0, 0x03F0, 0x01FC, 0x7FFF, 0xFFFF, 0xFFFF,
139 0xFFFF, 0x03FF, 0x03FF, 0x03FF, 0x03FF, 0x01FF, 0x01F8, 0x0000},
144 {0x0000, 0x4078, 0x60FC, 0x71CE, 0x7986, 0x7C06, 0x7E0E, 0x7F1C,
145 0x7FB8, 0x7C30, 0x6C30, 0x4600, 0x0630, 0x0330, 0x0300, 0x0000},
146 {0xC078, 0xE0FC, 0xF1FE, 0xFBFF, 0xFFCF, 0xFF8F, 0xFF1F, 0xFFBE,
147 0xFFFC, 0xFE78, 0xFF78, 0xEFF8, 0xCFF8, 0x87F8, 0x07F8, 0x0300},
152 {0x0000, 0x0002, 0x0006, 0x000E, 0x001E, 0x003E, 0x007E, 0x00FE,
153 0x01FE, 0x003E, 0x0036, 0x0062, 0x0060, 0x00C0, 0x00C0, 0x0000},
154 {0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF,
155 0x03FF, 0x07FF, 0x007F, 0x00F7, 0x00F3, 0x01E1, 0x01E0, 0x01C0},
160 {0x0000, 0x0080, 0x01C0, 0x03E0, 0x0080, 0x0080, 0x0080, 0x1FFC,
161 0x1FFC, 0x0080, 0x0080, 0x0080, 0x03E0, 0x01C0, 0x0080, 0x0000},
162 {0x0080, 0x01C0, 0x03E0, 0x07F0, 0x0FF8, 0x01C0, 0x3FFE, 0x3FFE,
163 0x3FFE, 0x3FFE, 0x01C0, 0x0FF8, 0x07F0, 0x03E0, 0x01C0, 0x0080},
168 {0x0000, 0x0080, 0x01C0, 0x03E0, 0x0080, 0x0888, 0x188C, 0x3FFE,
169 0x188C, 0x0888, 0x0080, 0x03E0, 0x01C0, 0x0080, 0x0000, 0x0000},
170 {0x0080, 0x01C0, 0x03E0, 0x07F0, 0x0BE8, 0x1DDC, 0x3FFE, 0x7FFF,
171 0x3FFE, 0x1DDC, 0x0BE8, 0x07F0, 0x03E0, 0x01C0, 0x0080, 0x0000},
176 {0x0000, 0x001E, 0x000E, 0x060E, 0x0712, 0x03A0, 0x01C0, 0x00E0,
177 0x0170, 0x1238, 0x1C18, 0x1C00, 0x1E00, 0x0000, 0x0000, 0x0000},
178 {0x007F, 0x003F, 0x0E1F, 0x0F0F, 0x0F97, 0x07E3, 0x03E1, 0x21F0,
179 0x31F8, 0x3A7C, 0x3C3C, 0x3E1C, 0x3F00, 0x3F80, 0x0000, 0x0000},
184 {0x0000, 0x7800, 0x7000, 0x7060, 0x48E0, 0x05C0, 0x0380, 0x0700,
185 0x0E80, 0x1C48, 0x1838, 0x0038, 0x0078, 0x0000, 0x0000, 0x0000},
186 {0xFE00, 0xFC00, 0xF870, 0xF0F0, 0xE9F0, 0xC7E0, 0x87C0, 0x0F84,
187 0x1F8C, 0x3E5C, 0x3C3C, 0x387C, 0x00FC, 0x01FC, 0x0000, 0x0000},
192 {0x0006, 0x000E, 0x001C, 0x0018, 0x0020, 0x0040, 0x00F8, 0x0004,
193 0x1FF4, 0x200C, 0x2AA8, 0x1FF0, 0x1F80, 0x3800, 0x6000, 0x8000},
194 {0x000F, 0x001F, 0x003E, 0x007C, 0x0070, 0x00E0, 0x01FC, 0x3FF6,
195 0x7FF6, 0x7FFE, 0x7FFC, 0x7FF8, 0x3FF0, 0x7FC0, 0xF800, 0xE000},
200 {0x07E0, 0x07E0, 0x07E0, 0x07E0, 0x0810, 0x1088, 0x1088, 0x1088,
201 0x1388, 0x1008, 0x1008, 0x0810, 0x07E0, 0x07E0, 0x07E0, 0x07E0},
202 {0x07E0, 0x07E0, 0x07E0, 0x07E0, 0x0FF0, 0x1FF8, 0x1FF8, 0x1FF8,
203 0x1FF8, 0x1FF8, 0x1FF8, 0x0FF0, 0x07E0, 0x07E0, 0x07E0, 0x07E0},
211 wxCursor gMacCurrentCursor
;
214 CursHandle
wxGetStockCursor( int number
)
216 wxASSERT_MSG( number
>= 0 && number
<=kwxCursorLast
, wxT("invalid stock cursor id") ) ;
217 CursHandle c
= (CursHandle
) NewHandle( sizeof(Cursor
) ) ;
218 memcpy( *c
, &gMacCursors
[number
], sizeof(Cursor
) ) ;
220 #ifndef WORDS_BIGENDIAN
221 short *sptr
= (short*) *c
;
222 for ( int i
= 0 ; i
< 2 * 16 /* image and mask */ ; ++i
, ++sptr
)
224 *sptr
= CFSwapInt16( *sptr
) ;
231 wxCursorRefData::wxCursorRefData()
235 m_disposeHandle
= false;
236 m_releaseHandle
= false;
237 m_isColorCursor
= false;
242 wxCursorRefData::wxCursorRefData(const wxCursorRefData
& cursor
) : wxGDIRefData()
247 m_hCursor
= (WX_NSCursor
) wxMacCocoaRetain(cursor
.m_hCursor
);
248 #elif wxOSX_USE_CARBON
249 // FIXME: need to copy the cursor
250 m_disposeHandle
= false;
251 m_releaseHandle
= false;
252 m_isColorCursor
= cursor
.m_isColorCursor
;
253 m_themeCursor
= cursor
.m_themeCursor
;
257 wxCursorRefData::~wxCursorRefData()
261 wxMacCocoaRelease(m_hCursor
);
262 #elif wxOSX_USE_CARBON
263 if ( m_isColorCursor
)
266 ::DisposeCCursor( (CCrsrHandle
) m_hCursor
) ;
269 else if ( m_disposeHandle
)
271 ::DisposeHandle( (Handle
) m_hCursor
) ;
273 else if ( m_releaseHandle
)
275 // we don't release the resource since it may already
285 wxCursor::wxCursor( const wxImage
&image
)
288 CreateFromImage( image
) ;
292 wxGDIRefData
*wxCursor::CreateGDIRefData() const
294 return new wxCursorRefData
;
297 wxGDIRefData
*wxCursor::CloneGDIRefData(const wxGDIRefData
*data
) const
299 return new wxCursorRefData(*static_cast<const wxCursorRefData
*>(data
));
302 WXHCURSOR
wxCursor::GetHCURSOR() const
304 return (M_CURSORDATA
? M_CURSORDATA
->m_hCursor
: 0);
308 short GetCTabIndex( CTabHandle colors
, RGBColor
*col
)
311 unsigned long bestdiff
= 0xFFFF ;
313 for ( int i
= 0 ; i
< (**colors
).ctSize
; ++i
)
315 unsigned long diff
= abs(col
->red
- (**colors
).ctTable
[i
].rgb
.red
) +
316 abs(col
->green
- (**colors
).ctTable
[i
].rgb
.green
) +
317 abs(col
->blue
- (**colors
).ctTable
[i
].rgb
.blue
) ;
319 if ( diff
< bestdiff
)
322 retval
= (**colors
).ctTable
[i
].value
;
332 void wxCursor::CreateFromImage(const wxImage
& image
)
334 m_refData
= new wxCursorRefData
;
335 int hotSpotX
= image
.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X
);
336 int hotSpotY
= image
.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y
);
338 wxBitmap
bmp( image
);
339 CGImageRef cgimage
= wxMacCreateCGImageFromBitmap(bmp
);
342 M_CURSORDATA
->m_hCursor
= wxMacCocoaCreateCursorFromCGImage( cgimage
, hotSpotX
, hotSpotY
);
343 CFRelease( cgimage
);
345 #elif wxOSX_USE_CARBON
350 int image_w
= image
.GetWidth();
351 int image_h
= image
.GetHeight();
353 wxASSERT_MSG( hotSpotX
>= 0 && hotSpotX
< image_w
&&
354 hotSpotY
>= 0 && hotSpotY
< image_h
,
355 wxT("invalid cursor hot spot coordinates") );
357 wxImage
image16(image
); // final image of correct size
359 // if image is too small then place it in the center, resize it if too big
360 if ((w
> image_w
) && (h
> image_h
))
362 wxPoint
offset((w
- image_w
) / 2, (h
- image_h
) / 2);
363 hotSpotX
= hotSpotX
+ offset
.x
;
364 hotSpotY
= hotSpotY
+ offset
.y
;
366 image16
= image
.Size(wxSize(w
, h
), offset
);
368 else if ((w
!= image_w
) || (h
!= image_h
))
370 hotSpotX
= int(hotSpotX
* double(w
) / double(image_w
));
371 hotSpotY
= int(hotSpotY
* double(h
) / double(image_h
));
373 image16
= image
.Scale(w
, h
);
376 unsigned char * rgbBits
= image16
.GetData();
377 bool bHasMask
= image16
.HasMask() ;
379 PixMapHandle pm
= (PixMapHandle
) NewHandleClear( sizeof(PixMap
) ) ;
381 short bytesPerPixel
= 1 ;
383 Rect bounds
= { 0 , 0 , extent
, extent
} ;
384 CCrsrHandle ch
= (CCrsrHandle
) NewHandleClear( sizeof(CCrsr
) ) ;
385 CTabHandle newColors
= GetCTable( 8 ) ;
386 HandToHand( (Handle
*) &newColors
);
388 // set the values to the indices
389 for ( int i
= 0 ; i
< (**newColors
).ctSize
; ++i
)
391 (**newColors
).ctTable
[i
].value
= i
;
395 (**ch
).crsrType
= 0x8001; // color cursors
397 short bytesPerRow
= bytesPerPixel
* extent
;
400 (**pm
).rowBytes
= bytesPerRow
| 0x8000;
401 (**pm
).bounds
= bounds
;
402 (**pm
).pmVersion
= 0;
405 (**pm
).hRes
= 0x00480000; // 72 DPI default res
406 (**pm
).vRes
= 0x00480000; // 72 DPI default res
407 (**pm
).pixelSize
= depth
;
408 (**pm
).pixelType
= 0;
410 (**pm
).cmpSize
= depth
;
411 (**pm
).pmTable
= newColors
;
413 (**ch
).crsrData
= NewHandleClear( extent
* bytesPerRow
) ;
414 (**ch
).crsrXData
= NULL
;
415 (**ch
).crsrXValid
= 0;
416 (**ch
).crsrXHandle
= NULL
;
418 (**ch
).crsrHotSpot
.h
= hotSpotX
;
419 (**ch
).crsrHotSpot
.v
= hotSpotY
;
420 (**ch
).crsrXTable
= 0 ;
421 (**ch
).crsrID
= GetCTSeed() ;
423 memset( (**ch
).crsr1Data
, 0 , sizeof( Bits16
) ) ;
424 memset( (**ch
).crsrMask
, 0 , sizeof( Bits16
) ) ;
426 unsigned char mr
= image16
.GetMaskRed() ;
427 unsigned char mg
= image16
.GetMaskGreen() ;
428 unsigned char mb
= image16
.GetMaskBlue() ;
430 for ( int y
= 0 ; y
< h
; ++y
)
432 short rowbits
= 0, maskbits
= 0 ;
434 for ( int x
= 0 ; x
< w
; ++x
)
436 long pos
= (y
* w
+ x
) * 3;
438 unsigned char r
= rgbBits
[pos
] ;
439 unsigned char g
= rgbBits
[pos
+ 1] ;
440 unsigned char b
= rgbBits
[pos
+ 2] ;
441 RGBColor col
= { 0xFFFF, 0xFFFF, 0xFFFF } ;
443 if ( bHasMask
&& r
== mr
&& g
== mg
&& b
== mb
)
445 // masked area, does not appear anywhere
449 if ( (int)r
+ (int)g
+ (int)b
< 0x0200 )
450 rowbits
|= ( 1 << (15 - x
) ) ;
452 maskbits
|= ( 1 << (15 - x
) ) ;
454 wxColor( r
, g
, b
).GetRGBColor( &col
);
457 *((*(**ch
).crsrData
) + y
* bytesPerRow
+ x
) =
458 GetCTabIndex( newColors
, &col
) ;
460 #ifdef WORDS_BIGENDIAN
461 (**ch
).crsr1Data
[y
] = rowbits
;
462 (**ch
).crsrMask
[y
] = maskbits
;
464 (**ch
).crsr1Data
[y
] = CFSwapInt16(rowbits
) ;
465 (**ch
).crsrMask
[y
] = CFSwapInt16(maskbits
) ;
470 memcpy( (**ch
).crsrMask
, (**ch
).crsr1Data
, sizeof( Bits16
) ) ;
472 HUnlock( (Handle
)ch
) ;
473 M_CURSORDATA
->m_hCursor
= ch
;
474 M_CURSORDATA
->m_isColorCursor
= true ;
481 wxCursor::wxCursor(const wxString
& cursor_file
, wxBitmapType flags
, int hotSpotX
, int hotSpotY
)
483 m_refData
= new wxCursorRefData
;
484 if ( flags
== wxBITMAP_TYPE_MACCURSOR_RESOURCE
)
487 wxFAIL_MSG( wxT("Not implemented") );
488 #elif wxOSX_USE_CARBON
491 wxMacStringToPascal( cursor_file
, theName
) ;
493 Handle resHandle
= ::GetNamedResource( 'crsr' , theName
) ;
499 GetResInfo( resHandle
, &theId
, &theType
, theName
) ;
500 ReleaseResource( resHandle
) ;
502 M_CURSORDATA
->m_hCursor
= GetCCursor( theId
) ;
503 if ( M_CURSORDATA
->m_hCursor
)
504 M_CURSORDATA
->m_isColorCursor
= true ;
508 Handle resHandle
= ::GetNamedResource( 'CURS' , theName
) ;
514 GetResInfo( resHandle
, &theId
, &theType
, theName
) ;
515 ReleaseResource( resHandle
) ;
517 M_CURSORDATA
->m_hCursor
= GetCursor( theId
) ;
518 if ( M_CURSORDATA
->m_hCursor
)
519 M_CURSORDATA
->m_releaseHandle
= true ;
529 image
.LoadFile( cursor_file
, flags
) ;
532 image
.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_X
, hotSpotX
) ;
533 image
.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_Y
, hotSpotY
) ;
534 m_refData
->DecRef() ;
536 CreateFromImage( image
) ;
542 // Cursors by stock number
543 void wxCursor::InitFromStock(wxStockCursor cursor_type
)
545 m_refData
= new wxCursorRefData
;
547 M_CURSORDATA
->m_hCursor
= wxMacCocoaCreateStockCursor( cursor_type
);
548 #elif wxOSX_USE_CARBON
551 case wxCURSOR_COPY_ARROW
:
552 M_CURSORDATA
->m_themeCursor
= kThemeCopyArrowCursor
;
556 M_CURSORDATA
->m_themeCursor
= kThemeWatchCursor
;
560 M_CURSORDATA
->m_themeCursor
= kThemeIBeamCursor
;
564 M_CURSORDATA
->m_themeCursor
= kThemeCrossCursor
;
567 case wxCURSOR_SIZENWSE
:
568 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorSizeNWSE
);
571 case wxCURSOR_SIZENESW
:
572 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorSizeNESW
);
575 case wxCURSOR_SIZEWE
:
576 M_CURSORDATA
->m_themeCursor
= kThemeResizeLeftRightCursor
;
579 case wxCURSOR_SIZENS
:
580 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorSizeNS
);
583 case wxCURSOR_SIZING
:
584 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorSize
);
588 M_CURSORDATA
->m_themeCursor
= kThemePointingHandCursor
;
591 case wxCURSOR_BULLSEYE
:
592 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorBullseye
);
595 case wxCURSOR_PENCIL
:
596 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorPencil
);
599 case wxCURSOR_MAGNIFIER
:
600 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorMagnifier
);
603 case wxCURSOR_NO_ENTRY
:
604 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorNoEntry
);
608 M_CURSORDATA
->m_themeCursor
= kThemeWatchCursor
;
611 case wxCURSOR_PAINT_BRUSH
:
612 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorPaintBrush
);
615 case wxCURSOR_POINT_LEFT
:
616 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorPointLeft
);
619 case wxCURSOR_POINT_RIGHT
:
620 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorPointRight
);
623 case wxCURSOR_QUESTION_ARROW
:
624 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorQuestionArrow
);
628 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorBlank
);
631 case wxCURSOR_RIGHT_ARROW
:
632 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorRightArrow
);
635 case wxCURSOR_SPRAYCAN
:
636 M_CURSORDATA
->m_hCursor
= wxGetStockCursor(kwxCursorRoller
);
639 case wxCURSOR_OPEN_HAND
:
640 M_CURSORDATA
->m_themeCursor
= kThemeOpenHandCursor
;
643 case wxCURSOR_CLOSED_HAND
:
644 M_CURSORDATA
->m_themeCursor
= kThemeClosedHandCursor
;
649 case wxCURSOR_LEFT_BUTTON
:
650 case wxCURSOR_RIGHT_BUTTON
:
651 case wxCURSOR_MIDDLE_BUTTON
:
653 M_CURSORDATA
->m_themeCursor
= kThemeArrowCursor
;
657 if ( M_CURSORDATA
->m_themeCursor
== -1 )
658 M_CURSORDATA
->m_releaseHandle
= true;
662 void wxCursor::MacInstall() const
664 gMacCurrentCursor
= *this ;
667 wxMacCocoaSetCursor( M_CURSORDATA
->m_hCursor
);
668 #elif wxOSX_USE_CARBON
669 if ( m_refData
&& M_CURSORDATA
->m_themeCursor
!= -1 )
671 SetThemeCursor( M_CURSORDATA
->m_themeCursor
) ;
673 else if ( m_refData
&& M_CURSORDATA
->m_hCursor
)
676 if ( M_CURSORDATA
->m_isColorCursor
)
677 ::SetCCursor( (CCrsrHandle
) M_CURSORDATA
->m_hCursor
) ;
679 ::SetCursor( * (CursHandle
) M_CURSORDATA
->m_hCursor
) ;
684 SetThemeCursor( kThemeArrowCursor
) ;
689 wxCursor::~wxCursor()
693 // Global cursor setting
694 wxCursor gGlobalCursor
;
695 void wxSetCursor(const wxCursor
& cursor
)
697 cursor
.MacInstall() ;
698 gGlobalCursor
= cursor
;