Re: NSDivideRect and 64-bit
Re: NSDivideRect and 64-bit
- Subject: Re: NSDivideRect and 64-bit
- From: "James W. Walker" <email@hidden>
- Date: Sun, 6 Sep 2009 12:37:11 -0700
On Sep 6, 2009, at 12:28 PM, Mitchell Livingston wrote:
Under NSRectEdge in the documentation.
For example:
"NSMinXEdge
Specifies the left edge of the input rectangle.
The input rectangle is divided vertically, and the leftmost
rectangle with the width of amount is placed in slice.
Available in Mac OS X v10.0 and later.
Not available to 64-bit applications.
Declared in NSGeometry.h."
True. If you look in NSGeometry.h, you find that the constants are
still there, but they are #defines instead of enumerated constants in
64 bits.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden