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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. GraphityAPIDemo4 = {
  7.     ACTIONS = {
  8.     shapeDocument:;
  9.     newDocument:;
  10.     addRow:;
  11.     addGraph:;
  12.     setGraphValue:;
  13.     addSerie:;
  14.     };
  15.     OUTLETS = {
  16.     theTitle;
  17.     theAddSerieButton;
  18.     theWindow;
  19.     theNameField;
  20.     theLabel;
  21.     theScrollView;
  22.     theNewButton;
  23.     theShapeForm;
  24.     theSetValueButton;
  25.     theShapeButton;
  26.     theAddRowButton;
  27.     theValue;
  28.     theAddButton;
  29.     thePlace;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.