Re: Newbie doc question
Re: Newbie doc question
- Subject: Re: Newbie doc question
- From: Enigmarelle Development <email@hidden>
- Date: Thu, 1 Nov 2001 12:59:44 -0500
On Thursday, November 1, 2001, at 11:58 AM, Irwin Poche wrote:
Can someone tell me what the formal name for messages (such as floatValue
and makeKeyAndOrderFront) in objective-C are called.
They're just action methods/messages with a particular signature; nothing
special about them (AFAIK)
Where in /Developer/Documentation is the doc on them stored.
Not sure about where in the docs, but floatValue is in NSValue.h and
makeKeyAndOrderFront is in NSWindow.h
HTH,
-john