home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BackspaceViews / Sperm / sperm.nib / data.classes next >
Encoding:
Text File  |  1992-04-05  |  327 b   |  24 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. SpermView = {
  10.     ACTIONS = {
  11.     setUseColor:;
  12.     setLineWidth:;
  13.     setNumLines:;
  14.     inspector:;
  15.     };
  16.     OUTLETS = {
  17.     spermCountSlider;
  18.     colorButton;
  19.     spermWidthSlider;
  20.     inspectorPanel;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24.