This is ScrollViewExtensions.h in view mode; [Download] [Up]
/* ScrollViewExtensions.m: * You may freely copy, distribute, and reuse the code in this example. * NeXT disclaims any warranty of any kind, expressed or implied, as to its * fitness for any particular use. * * A generic scrollview driver object to display/print text * Written by Jack Greenfield * */ #import <appkit/appkit.h> #import <foundation/NSString.h> @interface ScrollView(ScrollViewExtensions) - sprintf:(const char *)format, ...; - vsprintf:(const char *)format arguments:(va_list)arguments; - printString:(NSString *)aString; - clear:sender; - print:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.