home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Graphity_Demo / API / Demo3 / GraphityAPIDemo3.h < prev    next >
Text File  |  1993-05-07  |  562b  |  34 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface GraphityAPIDemo3:Object
  5. {
  6.     id    theScript;
  7.     id    theScrollView;
  8.     id    theNewButton;
  9.     id    theWindow;
  10.     id    theNameField;
  11.     id    theStartButton;
  12.     id    theStopButton;
  13.     id    theSizeForm;
  14.     id    theAddButton;
  15.     id    theSpeaker;
  16.     id    theMessage;
  17.     id    theFreq;
  18.     
  19.     DPSTimedEntry theTimer;
  20. }
  21.  
  22. - initSpeaker;
  23. - reportError: (const char *)message;
  24.  
  25. - startTimer:sender;
  26. - stopTimer:sender;
  27. - newDocument:sender;
  28. - shapeDocument:sender;
  29. - addGraph:sender;
  30. - startTheTimer:(BOOL)flag;
  31. - doYourThing:(double)now;
  32.  
  33. @end
  34.