home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / ObjectPalette / English.lproj / ObjectPalette.nib / data.classes next >
Text File  |  1993-01-19  |  340b  |  27 lines

  1. SumObject = {
  2.     ACTIONS = {
  3.     sumThem:;
  4.     };
  5.     OUTLETS = {
  6.     summandTwo;
  7.     sum;
  8.     summandOne;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. ObjectPalette = {
  13.     OUTLETS = {
  14.     objectData;
  15.     objectView;
  16.     };
  17.     SUPERCLASS = IBPalette;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. ObjectView = {
  25.     SUPERCLASS = View;
  26. };
  27.