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

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

#import <objc/Object.h>

@interface GraphityAPIDemo1:Object
{
    id	theShapeForm;
    id	theTitle;
    id	theScrollView;
    id	theAddButton;
    id	theAddSerieButton;
    id	theAddRowButton;
    id	theShapeButton;
    id	theNewButton;
    id	theWindow;
    id	theLabel;
    id	thePlace;
    id	theValue;
    id	theNameField;
    id	theSetValueButton;
    id	theSpeaker;
}

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

- addSerie:sender;
- addRow:sender;
- newDocument:sender;
- addGraph:sender;
- shapeDocument:sender;
- setGraphValue:sender;

@end

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