home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Survival Kit / Chip_Special_Survival_Kit_fuer_PC_Anwender.iso / PaperOut / NEXTSTEP / PaperOut.app / EBSound.nib / data.classes next >
Text File  |  1994-01-04  |  393b  |  33 lines

  1. EBSound = {
  2.     ACTIONS = {
  3.     stopIt:;
  4.     volUp:;
  5.     volDown:;
  6.     playIt:;
  7.     pauseResume:;
  8.     };
  9.     OUTLETS = {
  10.     soundView;
  11.     volText;
  12.     pauseButton;
  13.     theWindow;
  14.     playButton;
  15.     statusField;
  16.     stopButton;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. VU = {
  21.     ACTIONS = {
  22.     };
  23.     OUTLETS = {
  24.     soundPointer;
  25.     };
  26.     SUPERCLASS = View;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.