ftp.nice.ch/pub/next/developer/objc/appkit/DragDemo.1.1.s.tar.gz#/DragDemo_1.1/DragTester.h

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

#import <appkit/appkit.h>  //Standard for 3.0, inefficient for 2.1.
#import "DemoDiagram.h"

@interface DragTester:Object

{
	DemoDiagram *diagram;
	id grayInput;
	id sideInput;
	id filledSwitch;
	NXImage *diagramBg;
	
}
	
- appDidInit:sender;
- addItem:sender;
- drawImage:(NXImage *)image :(NXRect *)r;

@end

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