home *** CD-ROM | disk | FTP | other *** search
/ Freeware for SPARC / sparcapps.tar / me / Apps / Games / Life.app / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1994-06-07  |  1KB  |  81 lines

  1. LifeView = {
  2.     ACTIONS = {
  3.     takeFloatSize:;
  4.     setLifeChar:;
  5.     showGrid:;
  6.     };
  7.     OUTLETS = {
  8.     popSizeField;
  9.     gridButton;
  10.     zoomField;
  11.     cursor;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. Generator = {
  21.     ACTIONS = {
  22.     startRandomTool:;
  23.     save:;
  24.     clear:;
  25.     loadSample:;
  26.     saveAs:;
  27.     showLegal:;
  28.     runStop:;
  29.     step:;
  30.     setSpeed:;
  31.     load:;
  32.     revertToSaved:;
  33.     showPrefs:;
  34.     showInfo:;
  35.     };
  36.     OUTLETS = {
  37.     prefController;
  38.     lifeView;
  39.     samplesMenu;
  40.     generationField;
  41.     infoGenerator;
  42.     runButton;
  43.     randomGenerator;
  44.     filenameField;
  45.     runMenuButton;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. InfoGenerator = {
  50.     OUTLETS = {
  51.     infoLifeView;
  52.     panel;
  53.     window;
  54.     };
  55.     SUPERCLASS = Generator;
  56. };
  57. InfoController = {
  58.     ACTIONS = {
  59.     };
  60.     OUTLETS = {
  61.     infoLifeView;
  62.     panel;
  63.     window;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67. InfoLifeView = {
  68.     ACTIONS = {
  69.     };
  70.     OUTLETS = {
  71.     theBox;
  72.     authorText;
  73.     theAppButton;
  74.     window;
  75.     theTitle;
  76.     copyrightText;
  77.     versionText;
  78.     };
  79.     SUPERCLASS = LifeView;
  80. };
  81.