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;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.