ftp.nice.ch/pub/next/tools/tape/QicTapeInsert.1.1.N.bs.tar.gz#/QicTapeInsert-v1.1.N.bs/ObjCText.h

This is ObjCText.h in view mode; [Download] [Up]

/* 
 *  To use the 'ObjCText' object for Text objects do the following:
 *
 *  1. Include the 'ObjCText.h' and 'ObjCText.m' files into your Project.
 *
 *  2. Add '#import "ObjCText.h"' into your '*App*_main.m' file and put the
 *     '[ObjCText poseAs: objc_getClass("Text")];' expression before the line
 *     which opens the main nib file.
 */

#import <objc/Object.h>
#import <appkit/Text.h>

@interface ObjCText:Text

- initFrame:(NXRect *) aRect;
- keyDown:(NXEvent *)theEvent;
- mouseDown: (NXEvent *) anEvent;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.