home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2 / Virtuoso2.img.tgz / Archive.tar / Virtuoso1_german.img / German.lproj / NoiseInspector.nib / data.classes next >
Text File  |  1992-12-15  |  622b  |  47 lines

  1. ColorWell = {
  2.     ACTIONS = {
  3.     takeColorFrom:;
  4.     };
  5.     OUTLETS = {
  6.     delegate;
  7.     nameField;
  8.     };
  9.     SUPERCLASS = NXColorWell;
  10. };
  11. DialControl = {
  12.     OUTLETS = {
  13.     monitor;
  14.     indicator;
  15.     target;
  16.     };
  17.     SUPERCLASS = Control;
  18. };
  19. NoiseInspector = {
  20.     ACTIONS = {
  21.     valueChanged:;
  22.     };
  23.     OUTLETS = {
  24.     minGrayTypein;
  25.     maxGrayTypein;
  26.     maxGraySlider;
  27.     minGraySlider;
  28.     };
  29.     SUPERCLASS = CFillInspector;
  30. };
  31. FirstResponder = {
  32.     ACTIONS = {
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. CFillInspector = {
  37.     ACTIONS = {
  38.     applyChange:;
  39.     };
  40.     OUTLETS = {
  41.     window;
  42.     owner;
  43.     stringTable;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47.