home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Questor_Demo / QuestorDemo.app / English.lproj / Commercial.nib / data.classes next >
Text File  |  1993-05-07  |  597b  |  44 lines

  1. Commercial = {
  2.     ACTIONS = {
  3.     printNotes:;
  4.     run:;
  5.     };
  6.     OUTLETS = {
  7.     theLogo;
  8.     theScrollView;
  9.     theIcon;
  10.     theVersion;
  11.     };
  12.     SUPERCLASS = ProtectedObject;
  13. };
  14. XanthusView = {
  15.     ACTIONS = {
  16.     effectClockwise:;
  17.     effectDissolve:;
  18.     takeColorVisibleFrom:;
  19.     effectRotate:;
  20.     takeSleepFrom:;
  21.     };
  22.     OUTLETS = {
  23.     theGreenAlpha;
  24.     theYellowAlpha;
  25.     theText;
  26.     theRed;
  27.     theYellow;
  28.     theOrangeAlpha;
  29.     theCache;
  30.     theOrange;
  31.     theGreen;
  32.     theRedAlpha;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. ProtectedObject = {
  42.     SUPERCLASS = Object;
  43. };
  44.