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

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

#import <appkit/appkit.h>

@interface GraphityAPIDemo3:Object
{
    id	theScript;
    id	theScrollView;
    id	theNewButton;
    id	theWindow;
    id	theNameField;
    id	theStartButton;
    id	theStopButton;
    id	theSizeForm;
    id	theAddButton;
    id	theSpeaker;
    id	theMessage;
    id	theFreq;
    
    DPSTimedEntry theTimer;
}

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

- startTimer:sender;
- stopTimer:sender;
- newDocument:sender;
- shapeDocument:sender;
- addGraph:sender;
- startTheTimer:(BOOL)flag;
- doYourThing:(double)now;

@end

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