home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / DE_MathGraph / MathGraph3.0.palette / English.lproj / MathGraphPalette.nib / data.classes < prev    next >
Encoding:
Text File  |  1992-07-30  |  387 b   |  29 lines

  1. MathGraphPalette = {
  2.     SUPERCLASS = IBPalette;
  3. };
  4. MathGraph = {
  5.     ACTIONS = {
  6.     copyToPasteboard:;
  7.     printGraph:;
  8.     plot:;
  9.     makeEPSFile:;
  10.     };
  11.     OUTLETS = {
  12.     xIncValue;
  13.     matrixData;
  14.     xStopValue;
  15.     mathOutput;
  16.     mathInput;
  17.     xStartValue;
  18.     tableData;
  19.     functionOutput;
  20.     functionInput;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.