NSCursor and big cursors (more than 16x16)
NSCursor and big cursors (more than 16x16)
- Subject: NSCursor and big cursors (more than 16x16)
- From: "Sean McBride" <email@hidden>
- Date: Sun, 27 Feb 2005 12:55:57 -0500
The NSCursor docs for the designated initialiser say:
"- (id)initWithImage:(NSImage *)newImage hotSpot:(NSPoint)aPoint
This method is the designated initializer for the class. It initializes
the receiver, assigns it newImage (which must be 16 by 16 pixels), and
sets its hot spot to aPoint"
However, if I pass an image for something larger than 16x16 pixels I
still get a valid cursor that I can display (OS 10.3.8, Rage 128 Pro). -
disappearingItemCursor is 40x40 so the 16x16 requirement seems like a
leftover from the olden days. :)
Can someone verify wether this is a bug in the docs? I filed <rdar://4026702>.
Thanks!
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Mac Software Designer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden