Re: NSCursor Resize Cursor
Re: NSCursor Resize Cursor
- Subject: Re: NSCursor Resize Cursor
- From: haym37 <email@hidden>
- Date: Thu, 26 Jan 2006 18:13:43 -0500
Perhaps I was not clear. I would like the implement the cursor which
consists of two arrows, pointing in opposite directions, which is
commonly used for resizing purposes (not the resizing arrows shown on
the NSCursor page). Thanks.
On Jan 26, 2006, at 6:09 PM, Daniel Jalkut wrote:
The documentation on this is really good:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSCursor.html#//apple_ref/occ/
clm/NSCursor/resizeLeftRightCursor
So if you already tried:
[[NSCursor resizeLeftRightCursor] push];
and it doesn't work, then I guess you better file a bug and try
using Carbon as a workaround.
Daniel
On Jan 26, 2006, at 5:17 PM, haym37 wrote:
According to Apple's Developer site, the following are the
standard cursors: http://developer.apple.com/documentation/
UserExperience/Conceptual/OSXHIGuidelines/XHIGCursors/
chapter_15_section_2.html
However, I would like to implement the resize cursor: the one with
two arrows, one at each end. How would I implement this specific
cursor?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
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