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

  1. ColorWell = {
  2.     ACTIONS = {
  3.     takeColorFrom:;
  4.     };
  5.     OUTLETS = {
  6.     delegate;
  7.     nameField;
  8.     };
  9.     SUPERCLASS = NXColorWell;
  10. };
  11. APAide = {
  12.     ACTIONS = {
  13.     windowWillClose:;
  14.     };
  15.     OUTLETS = {
  16.     window;
  17.     panelView;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. ImageEdAide = {
  27.     OUTLETS = {
  28.     colorInfoView;
  29.     transparentSwitch;
  30.     colorWell;
  31.     };
  32.     SUPERCLASS = BoxEdAide;
  33. };
  34. BoxEdAide = {
  35.     OUTLETS = {
  36.     heightTypein;
  37.     widthTypein;
  38.     xPosTypein;
  39.     yPosTypein;
  40.     };
  41.     SUPERCLASS = ElemEdAide;
  42. };
  43. ElemEdAide = {
  44.     ACTIONS = {
  45.     applyChange:;
  46.     };
  47.     SUPERCLASS = APAide;
  48. };
  49.