home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Sound.app / Resources / English.lproj / SoundEditor.nib / data.classes next >
Text File  |  1995-07-21  |  762b  |  54 lines

  1. "SoundEditor" = {
  2.     ACTIONS = (
  3.     "edit:", 
  4.     "erase:", 
  5.     "ok:", 
  6.     "pause:", 
  7.     "play:", 
  8.     "playCommand:", 
  9.     "record:", 
  10.     "recordCommand:", 
  11.     "revert:", 
  12.     "stopCommand:"
  13.     ); 
  14.     OUTLETS = (
  15.     editButton, 
  16.     editor, 
  17.     eraseButton, 
  18.     fileIcon, 
  19.     iChannels, 
  20.     iFormat, 
  21.     iInfo, 
  22.     iName, 
  23.     infoPanel, 
  24.     inspectorPanel, 
  25.     iOK, 
  26.     iRate, 
  27.     iRevert, 
  28.     iSamples, 
  29.     iSeconds, 
  30.     iSize, 
  31.     meter, 
  32.     pauseButton, 
  33.     playButton, 
  34.     recordButton, 
  35.     stopButton, 
  36.     window
  37.     ); 
  38.     SUPERCLASS = NSApplication; 
  39. };
  40. "FileIcon" = {OUTLETS = (controller); SUPERCLASS = NSView; };
  41. "FirstResponder" = {
  42.     ACTIONS = (
  43.     "erase:", 
  44.     "newFile:", 
  45.     "openFile:", 
  46.     "revertFile:", 
  47.     "saveFile:", 
  48.     "saveFileAs:", 
  49.     "showInfo:", 
  50.     "showPreferences:"
  51.     ); 
  52.     CATEGORY = LocalActions; 
  53. };
  54.