home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / PlanetView / planet.nib / data.classes next >
Encoding:
Text File  |  1992-08-04  |  504 b   |  36 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. PlanetView = {
  5.     ACTIONS = {
  6.     setGFactor:;
  7.     setNumberPlanets:;
  8.     };
  9.     OUTLETS = {
  10.     numplanetSlider;
  11.     inspectorPanel;
  12.     numplanetTextField;
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. SpermView = {
  22.     ACTIONS = {
  23.     inspector:;
  24.     setLineWidth:;
  25.     setNumLines:;
  26.     setUseColor:;
  27.     };
  28.     OUTLETS = {
  29.     spermCountSlider;
  30.     colorButton;
  31.     spermWidthSlider;
  32.     inspectorPanel;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36.