home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BackspaceViews / WorldSpace / WorldSpace.nib / data.classes next >
Encoding:
Text File  |  1992-02-19  |  281 b   |  21 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.     sharedInspectorPanel;
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21.