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

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

#import <objc/Object.h>

@interface GraphityAPIDemo4: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	theSetValueButton;
    id	theServerProxy;
    id	theDocumentProxy;
    id	theGraphProxy;
}

- initServer;
- 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.