Re: cursor image
Re: cursor image
- Subject: Re: cursor image
- From: "David Piasecki" <email@hidden>
- Date: Wed, 12 May 2004 08:52:20 -0700
Oh, I had simply done a search for "Cursor", and I picked the first
that came up. Darn that NS prefix! Now I see NSCursor. I'll try there.
Thanks.
David
On May 11, 2004, at 9:24 PM, Louis C. Sacha wrote:
Hello...
Have you taken a look at the documentation for NSCursor? You can make
any NSImage into a cursor (but if you need to support 10.2, your image
needs to be 16x16 pixels although you can just use transparency to
make smaller cursors).
Louis
What's the best way to make the cursor a different image? I noticed
there's a 16-bit small cursor image, but I want to change the cursor
into a 32-bit color image that's a tad larger. I saw something in the
docs about pixmaps, but I wasn't quite sure how to send it a char
*ptr of binary image data.
David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.