Re: *Really* Understanding Cocoa
Re: *Really* Understanding Cocoa
- Subject: Re: *Really* Understanding Cocoa
- From: David Remahl <email@hidden>
- Date: Thu, 26 Dec 2002 20:37:05 +0100
Not only for all _practical_ purposes, but also for theoretical:
/*
NSNibDeclarations.h
Application Kit
Copyright (c) 1996-2001, Apple Computer, Inc.
All rights reserved.
*/
#ifndef IBOutlet
#define IBOutlet
#endif
#ifndef IBAction
#define IBAction void
#endif
/ Regards, David
On Thursday, December 26, 2002, at 08:17 PM, Hasan Diwan wrote:
I don't believe the Nib file format was ever released by NeXT.
IBAction is equivalent to void for all practical purposes (except for
in interface builder). I'd imagine there's a rule in the lexer to
handle that. All in all, I'm really not too interested in how Cocoa
works at that level as I don't need to know that in order to make use
of it.
_______________________________________________
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.