This is AdderInspectorController.h in view mode; [Download] [Up]
/* AdderInspectorController.h created by todd on Tue 14-May-1996 */
#import <MiscControllerKit/MiscInspectorController.h>
#define IBOutlet
@interface AdderInspectorController : MiscInspectorController
{
IBOutlet NSTextField* firstNumberTF; // I should probably be retaining these
IBOutlet NSTextField* secondNumberTF; // but it's just a simple example.
IBOutlet NSTextField* resultTF;
}
/*" Accessors "*/
- (NSTextField*) firstNumberTF;
- (NSTextField*) secondNumberTF;
- (NSTextField*) resultTF;
/*" Updating display "*/
- (void) update;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.