home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Graphity_Demo / API / Demo3 / GraphityAPIDemo3.app / GraphityAPIDemo3.nib / data.classes next >
Text File  |  1993-05-07  |  404b  |  30 lines

  1. GraphityAPIDemo3 = {
  2.     ACTIONS = {
  3.     shapeDocument:;
  4.     newDocument:;
  5.     addGraph:;
  6.     startTimer:;
  7.     stopTimer:;
  8.     };
  9.     OUTLETS = {
  10.     theScript;
  11.     theWindow;
  12.     theFreq;
  13.     theNameField;
  14.     theSpeaker;
  15.     theStartButton;
  16.     theScrollView;
  17.     theSizeForm;
  18.     theNewButton;
  19.     theAddButton;
  20.     theMessage;
  21.     theStopButton;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.