ftp.nice.ch/pub/next/developer/objc/EOF/OTC_EOFBetaExamples.1.0.bs.tar.gz#/OTC_EOFBetaExamples_V1.0/EOFramework/Buffering/ScrollViewExtensions.h

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>


@interface ScrollView(ScrollViewExtensions)

- sprintf:(const char *)format, ...;
- vsprintf:(const char *)format arguments:(va_list)arguments;
- 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.