home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / private / Drivers / i386 / Beep.config / French.lproj / Inspector.nib / data.classes next >
Text File  |  1994-10-04  |  1KB  |  45 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  4.     "rangeDidChange:" = "rangeDidChange:"; 
  5.     "showInfo:" = "showInfo:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     accessoryHolder = accessoryHolder; 
  9.     dmaBox = dmaBox; 
  10.     dmaMatrix = dmaMatrix; 
  11.     infoButton = infoButton; 
  12.     infoPanel = infoPanel; 
  13.     infoText = infoText; 
  14.     inspectionView = inspectionView; 
  15.     irqBox = irqBox; 
  16.     irqMatrix = irqMatrix; 
  17.     memoryBox = memoryBox; 
  18.     memoryController = memoryController; 
  19.     origWindow = origWindow; 
  20.     portsBox = portsBox; 
  21.     portsController = portsController; 
  22.     statusTitle = statusTitle; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. IOBeepInspector = {
  28.     ACTIONS = {
  29.     "durationDidChange:" = "durationDidChange:"; 
  30.     "frequencyDidChange:" = "frequencyDidChange:"; 
  31.     "styleDidChange:" = "styleDidChange:"; 
  32.     }; 
  33.     OUTLETS = {
  34.     beepView = beepView; 
  35.     durationField = durationField; 
  36.     durationSlider = durationSlider; 
  37.     frequencyField = frequencyField; 
  38.     frequencySlider = frequencySlider; 
  39.     styleButton = styleButton; 
  40.     stylePopup = stylePopup; 
  41.     table = table; 
  42.     }; 
  43.     SUPERCLASS = IODeviceInspector; 
  44. };
  45.