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

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

#import <appkit/ScrollView.h>

@interface PaintScrollView : ScrollView
{
    id brushSizeText;
}

+ newFrame:(const NXRect *)tF;
- setBrushSizeText:anObject;
- clear:sender;
- setBrushShape:sender;
- setBrushSize:sender;
- setPaintColor:sender;

@end

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