home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / Examples / PacMan / English.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1994-06-07  |  591 b   |  44 lines

  1. InfoController = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     license:;
  5.     readme:;
  6.     registerGame:;
  7.     printOrderForm:;
  8.     info:;
  9.     orderForm:;
  10.     suggestion:;
  11.     registration:;
  12.     cancelRegistration:;
  13.     costCalc:;
  14.     };
  15.     OUTLETS = {
  16.     registerPanel;
  17.     niftyView;
  18.     regText;
  19.     orderFormPanel;
  20.     versionDateText;
  21.     costText;
  22.     infoPanel;
  23.     versionText;
  24.     regNumText;
  25.     strings;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. PacManInfoController = {
  35.     ACTIONS = {
  36.     playSound:;
  37.     stopSound:;
  38.     };
  39.     OUTLETS = {
  40.     sound;
  41.     };
  42.     SUPERCLASS = InfoController;
  43. };
  44.