Re: NSPoint and NSRect
Re: NSPoint and NSRect
- Subject: Re: NSPoint and NSRect
- From: James Duncan Davidson <email@hidden>
- Date: Wed, 26 Jun 2002 11:53:53 -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?
NSPoint and NSRect are both structs and not objects.
You're probably looking in the class documentation. Instead, look at the
"Functions & Types" documentation. If you are looking at the html docs,
scroll down to the bottom of the Foundation ObjC reference and you'll
see a link to them.
This link may or may not work, it's long enough to get broken up pretty
badly.
<file:///System/Library/Frameworks/Foundation.framework/Versions/C/Resources/
English.lproj/Documentation/Reference/ObjC_classic/TypesAndConstants/FoundationTypesConstants.
html>
.duncan
_______________________________________________
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.