home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / InterfaceBuilder.app / resourceInspectors.bundle / English.lproj / SoundInspector.nib / data.classes next >
Text File  |  1991-12-17  |  708b  |  60 lines

  1. SoundMeter = {
  2.     OUTLETS = {
  3.     sound;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. IBSoundInspector = {
  8.     ACTIONS = {
  9.     pause:;
  10.     play:;
  11.     stop:;
  12.     record:;
  13.     };
  14.     OUTLETS = {
  15.     recordButton;
  16.     soundView;
  17.     pauseButton;
  18.     box;
  19.     playButton;
  20.     stopButton;
  21.     textField;
  22.     meter;
  23.     };
  24.     SUPERCLASS = IBInspector;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. SoundView = {
  32.     ACTIONS = {
  33.     pause:;
  34.     play:;
  35.     stop:;
  36.     resume:;
  37.     record:;
  38.     };
  39.     OUTLETS = {
  40.     delegate;
  41.     };
  42.     SUPERCLASS = View;
  43. };
  44. IBInspector = {
  45.     ACTIONS = {
  46.     revert:;
  47.     performClick:;
  48.     ok:;
  49.     };
  50.     OUTLETS = {
  51.     owner;
  52.     window;
  53.     revertButton;
  54.     objeW(    okButton;
  55.     controller;
  56.     editor;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60.