Re: cursor image
Re: cursor image
- Subject: Re: cursor image
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 11 May 2004 21:24:24 -0700
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.
References: | |
| >cursor image (From: "David Piasecki" <email@hidden>) |