home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / English.lproj / AxesPane.nib / data.classes next >
Encoding:
Text File  |  1993-03-18  |  992 b   |  69 lines

  1. Pane = {
  2.     OUTLETS = {
  3.     doc;
  4.     window;
  5.     view;
  6.     status;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. AxesPane = {
  16.     ACTIONS = {
  17.     doSetTicsType:;
  18.     doSetAngles:;
  19.     doSetTicsIn:;
  20.     didSwapIn:;
  21.     modifyTic:;
  22.     showTicOptionsPanel:;
  23.     windowDidUpdate:;
  24.     deleteTics:;
  25.     doSetRange:;
  26.     doSetTicsSeries:;
  27.     doSetGrid:;
  28.     selectTic:;
  29.     doSetLabel:;
  30.     addTic:;
  31.     changeTicOptionsCoord:;
  32.     doSetAxisY:;
  33.     doSetRangeAuto:;
  34.     doSetTics:;
  35.     doSetAxisX:;
  36.     doSetLog:;
  37.     };
  38.     OUTLETS = {
  39.     stringSet;
  40.     ticsMatrix;
  41.     ticUserValueForm;
  42.     labelMatrix;
  43.     axisTitleField;
  44.     modifyTicButton;
  45.     ticUserTitleForm;
  46.     anglesButton;
  47.     ticSeriesForm;
  48.     ticIncrementField;
  49.     ticUserMatrix;
  50.     ticStartField;
  51.     axisYButton;
  52.     deleteTicButton;
  53.     ticOptionsPanel;
  54.     ticCoordButton;
  55.     axisXButton;
  56.     rangeMatrix;
  57.     addTicButton;
  58.     ticUserScrollView;
  59.     logMatrix;
  60.     ticTypeMatrix;
  61.     labelMatrixLabelMatrix;
  62.     gridButton;
  63.     ticsInMatrix;
  64.     rangeAutoMatrix;
  65.     ticEndField;
  66.     };
  67.     SUPERCLASS = Pane;
  68. };
  69.