Re: NSPoint and NSRect
Re: NSPoint and NSRect
- Subject: Re: NSPoint and NSRect
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 26 Jun 2002 11:58:32 -0700
On Wednesday, June 26, 2002, at 11:39 AM, Michael George wrote:
I'm working through the Garfinkel & Mahoney book and I just
happened to want to look at the docs for NSRect and NSPoint.
But I can't find them in the Objective-C docs. They are in the
Java docs, so I can figure out what I want to know, but it's
odd that I can't find docs in the Objective-C section...
Were they accidentally left out or are they implemented as part
of the standard library and is therefore not really in the
foundation or application libraries?
NRect, NSSize, and NSPoint are structs, not classes in Cocoa/Obj-c.
See
file://localhost/Developer/Documentation/Cocoa/Reference/Foundation/ObjC_classic/
TypesAndConstants/FoundationTypesConstants.html
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.