ftp.nice.ch/pub/next/developer/objc/appkit/Lab1234.s.tar.gz#/Lab3/Solution/TextView.h

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

#import <appkit/ScrollView.h>
#import <appkit/Text.h>

@interface TextView:ScrollView 
{
	id	theText;
}

+newFrame:(const NXRect*)tF;
-newText:(const NXRect *)tF;
-makeEnclosingWindow:(const NXRect *)r;
@end


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