home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / SoundPanel.nib / data.classes next >
Text File  |  1994-03-08  |  457b  |  38 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. NotUsed = {
  7.     SUPERCLASS = Object;
  8. };
  9. SoundPanel = {
  10.     ACTIONS = {
  11.     edit:;
  12.     record:;
  13.     stop:;
  14.     insert:;
  15.     erase:;
  16.     pause:;
  17.     play:;
  18.     };
  19.     OUTLETS = {
  20.     eraseButton;
  21.     scrollView;
  22.     pauseButton;
  23.     insertButton;
  24.     box;
  25.     view;
  26.     playButton;
  27.     stopButton;
  28.     recordButton;
  29.     };
  30.     SUPERCLASS = Panel;
  31. };
  32. FullImpactApp = {
  33.     OUTLETS = {
  34.     soundPanel;
  35.     };
  36.     SUPERCLASS = Application;
  37. };
  38.