home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2 / Virtuoso1_german.img / German.lproj / borderline.nib / data.classes next >
Encoding:
Text File  |  1992-12-15  |  691 b   |  51 lines

  1. ColorWell = {
  2.     ACTIONS = {
  3.     takeColorFrom:;
  4.     };
  5.     OUTLETS = {
  6.     delegate;
  7.     nameField;
  8.     };
  9.     SUPERCLASS = NXColorWell;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. APAide = {
  17.     ACTIONS = {
  18.     windowWillClose:;
  19.     };
  20.     OUTLETS = {
  21.     window;
  22.     panelView;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. LineEdAide = {
  27.     ACTIONS = {
  28.     widthSliderChanged:;
  29.     applyChange:;
  30.     widthChanged:;
  31.     };
  32.     OUTLETS = {
  33.     colorWell;
  34.     widthTypein;
  35.     widthSlider;
  36.     };
  37.     SUPERCLASS = APAide;
  38. };
  39. BdrLnEdAide = {
  40.     OUTLETS = {
  41.     spacingTypein;
  42.     lengthTypein;
  43.     borderScrollView;
  44.     borderMatrix;
  45.     };
  46.     SUPERCLASS = LineEdAide;
  47. };
  48. BorderMatrix = {
  49.     SUPERCLASS = Matrix;
  50. };
  51.