[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IB stuff
From: |
Adam Fedor |
Subject: |
Re: IB stuff |
Date: |
Wed, 28 Jan 2004 14:41:29 -0700 |
On Wednesday, January 28, 2004, at 01:07 PM, reuss wrote:
What is IBOutlet and the stuff beginning with IB that I saw in
sourcecodes? I cant find anything in documentation
thanks
IBOutlet is defined in AppKit/NSNibDeclarations.h
It's defined to nothing, so it doesn't affect code at all. Gorm uses it
to help parse header files for outlets and actions.