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

  1. ThreeDPane = {
  2.     SUPERCLASS = Pane;
  3. };
  4. Inspector = {
  5.     ACTIONS = {
  6.     showGeneralPane:;
  7.     showAxesPane:;
  8.     showNoPane:;
  9.     doPlot:;
  10.     showThreeDPane:;
  11.     showDataPane:;
  12.     windowDidUpdate:;
  13.     };
  14.     OUTLETS = {
  15.     noView;
  16.     generalView;
  17.     dataPane;
  18.     gnuplotPlot;
  19.     noPane;
  20.     status;
  21.     axesView;
  22.     plotButton;
  23.     threeDView;
  24.     stringSet;
  25.     threeDPane;
  26.     currentView;
  27.     buttonMatrix;
  28.     currentPane;
  29.     axesPane;
  30.     window;
  31.     dataView;
  32.     generalPane;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. NoPane = {
  37.     SUPERCLASS = Pane;
  38. };
  39. FirstResponder = {
  40.     ACTIONS = {
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. GeneralPane = {
  45.     SUPERCLASS = Pane;
  46. };
  47. DataPane = {
  48.     SUPERCLASS = Pane;
  49. };
  50. Pane = {
  51.     OUTLETS = {
  52.     doc;
  53.     window;
  54.     view;
  55.     status;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. CellScrollView = {
  60.     SUPERCLASS = ScrollView;
  61. };
  62. AxesPane = {
  63.     SUPERCLASS = Pane;
  64. };
  65.