home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2 / Virtuoso1_german.img / German.lproj / basicline.nib / data.classes < prev    next >
Encoding:
Text File  |  1992-12-15  |  800 b   |  59 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. LineEdAide = {
  27.     ACTIONS = {
  28.     widthSliderChanged:;
  29.     applyChange:;
  30.     widthChanged:;
  31.     };
  32.     OUTLETS = {
  33.     colorWell;
  34.     widthTypein;
  35.     widthSlider;
  36.     };
  37.     SUPERCLASS = APAide;
  38. };
  39. BasLnEdAide = {
  40.     ACTIONS = {
  41.     makeNewDash:;
  42.     editDashCompleted:;
  43.     arrow1Changed:;
  44.     dashChanged:;
  45.     arrow2Changed:;
  46.     };
  47.     OUTLETS = {
  48.     lineCapMtx;
  49.     miterLimitTypein;
  50.     lineJoinMtx;
  51.     overprintBtn;
  52.     arrow2Btn;
  53.     dashBtn;
  54.     arrow1Btn;
  55.     dashEditPanel;
  56.     };
  57.     SUPERCLASS = LineEdAide;
  58. };
  59.