home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Graphity_Demo / API / Demo2 / GraphityAPIDemo2.nib / data.classes next >
Text File  |  1993-05-07  |  353b  |  26 lines

  1. GraphityAPIDemo2 = {
  2.     ACTIONS = {
  3.     shapeDocument:;
  4.     newDocument:;
  5.     graphData:;
  6.     addGraph:;
  7.     };
  8.     OUTLETS = {
  9.     theNameField;
  10.     theSpeaker;
  11.     theAddButton;
  12.     theDataView;
  13.     theGraphButton;
  14.     theScrollView;
  15.     theWindow;
  16.     theSizeForm;
  17.     theNewButton;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.