ftp.nice.ch/pub/next/developer/objc/api/Graphity_API.1.0.s.tar.gz#/Graphity_API/API_Demos/Demo2/GraphityAPIDemo2.h

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

#import <objc/Object.h>

@interface GraphityAPIDemo2:Object
{
    id	theScrollView;
    id	theDataView;
    id	theNewButton;
    id	theWindow;
    id	theNameField;
    id	theGraphButton;
    id	theSizeForm;
    id	theAddButton;
    id	theSpeaker;
}

- initSpeaker;
- reportError: (const char *)message;

- graphData:sender;
- newDocument:sender;
- shapeDocument:sender;
- addGraph:sender;
@end

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