This is MyTextView.h in view mode; [Download] [Up]
/* MyTextView.h created by ovidiu on Sat 29-Mar-1997 */ #import <AppKit/NSTextView.h> @interface MyTextView : NSTextView - (NSString*)linesContainingSelection:(NSRange*)linesRange; - (void)insertText:(NSString*)aString; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.