home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / template / client / Drivers / i386 / BusMouse.config / English.lproj / BusMouseInspector.nib / data.classes next >
Encoding:
Text File  |  1995-01-23  |  678 b   |  46 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     channelOrInterruptPicked:;
  4.     rangeDidChange:;
  5.     showInfo:;
  6.     };
  7.     OUTLETS = {
  8.     portsBox;
  9.     statusTitle;
  10.     memoryController;
  11.     dmaMatrix;
  12.     memoryBox;
  13.     dmaBox;
  14.     portsController;
  15.     infoPanel;
  16.     accessoryHolder;
  17.     infoButton;
  18.     infoText;
  19.     irqBox;
  20.     irqMatrix;
  21.     inspectionView;
  22.     origWindow;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. BusMouseInspector = {
  32.     ACTIONS = {
  33.     setResolutionFromSlider:;
  34.     setResolutionFromTextField:;
  35.     };
  36.     OUTLETS = {
  37.     BusMouseView;
  38.     resolutionSlider;
  39.     resolutionField;
  40.     resolutionBox;
  41.     slowText;
  42.     fastText;
  43.     };
  44.     SUPERCLASS = IODeviceInspector;
  45. };
  46.