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

  1.  
  2. #import <objc/Object.h>
  3.  
  4. @interface GraphityAPIDemo2:Object
  5. {
  6.     id    theScrollView;
  7.     id    theDataView;
  8.     id    theNewButton;
  9.     id    theWindow;
  10.     id    theNameField;
  11.     id    theGraphButton;
  12.     id    theSizeForm;
  13.     id    theAddButton;
  14.     id    theSpeaker;
  15. }
  16.  
  17. - initSpeaker;
  18. - reportError: (const char *)message;
  19.  
  20. - graphData:sender;
  21. - newDocument:sender;
  22. - shapeDocument:sender;
  23. - addGraph:sender;
  24. @end
  25.