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

  1. Generator = {
  2.     ACTIONS = {
  3.     appWillTerminate:;
  4.     save:;
  5.     startRandomTool:;
  6.     loadSample:;
  7.     saveAs:;
  8.     clear:;
  9.     showLegal:;
  10.     runStop:;
  11.     step:;
  12.     setSpeed:;
  13.     load:;
  14.     revertToSaved:;
  15.     suggestion:;
  16.     showPrefs:;
  17.     showInfo:;
  18.     };
  19.     OUTLETS = {
  20.     prefController;
  21.     lifeView;
  22.     samplesMenu;
  23.     generationField;
  24.     infoGenerator;
  25.     runButton;
  26.     randomGenerator;
  27.     filenameField;
  28.     runMenuButton;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. LifeView = {
  38.     ACTIONS = {
  39.     takeFloatSize:;
  40.     setLifeChar:;
  41.     showGrid:;
  42.     };
  43.     OUTLETS = {
  44.     popSizeField;
  45.     gridButton;
  46.     zoomField;
  47.     };
  48.     SUPERCLASS = View;
  49. };
  50.