home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / PanelStyles.nib / data.classes next >
Text File  |  1995-03-30  |  2KB  |  133 lines

  1. RulerViewInset = {
  2.     ACTIONS = {
  3.     setTabPanel:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. PanelStylesEditor = {
  10.     ACTIONS = {
  11.     setStyleAfter:;
  12.     windowChanged:;
  13.     popupStyleAfterList:;
  14.     setBasedOnStyle:;
  15.     popupBasedOnStyleList:;
  16.     fontPanel:;
  17.     changeFont:;
  18.     saveOnly:;
  19.     changeName:;
  20.     updatePanel:;
  21.     cancel:;
  22.     saveAndApplyUnforced:;
  23.     saveAndApplyForced:;
  24.     };
  25.     OUTLETS = {
  26.     isSpaceAfterDefined;
  27.     tracking;
  28.     textColor;
  29.     ligatures;
  30.     lineSpacing;
  31.     isSpaceBeforeDefined;
  32.     autonumberLevel;
  33.     widowControl;
  34.     hyphenate;
  35.     isSpaceBetweenDefined;
  36.     spaceBetween;
  37.     isColumnStartDefined;
  38.     startColumnTop;
  39.     fontField;
  40.     styleAfterPopupList;
  41.     myUnitsInfo;
  42.     wordSpace;
  43.     isBasedOnStyleDefined;
  44.     nameField;
  45.     isRulerDefined;
  46.     spaceAfter;
  47.     indentDeltaFirst;
  48.     bulletText;
  49.     latestNameField;
  50.     isLineSpacingDefined;
  51.     basedOnStylePopupButton;
  52.     isLeadingDefined;
  53.     spaceBefore;
  54.     autoKern;
  55.     indentRight;
  56.     isTrackingDefined;
  57.     autoLeading;
  58.     basedOnStylePopupList;
  59.     isWordSpaceDefined;
  60.     currentStyle;
  61.     bulletX;
  62.     ruler;
  63.     panelFont;
  64.     isColorDefined;
  65.     incomingNameField;
  66.     bulletY;
  67.     isAlignmentDefined;
  68.     isWidowControlDefined;
  69.     isFontDefined;
  70.     indentLeft;
  71.     alignment;
  72.     dummyPara;
  73.     isParaFlagsDefined;
  74.     isAutonumberLevelDefined;
  75.     styleAfterPopupButton;
  76.     isNextStyleDefined;
  77.     isIndentDefined;
  78.     isBulletDefined;
  79.     hungPunctuation;
  80.     tabsPanel;
  81.     leading;
  82.     };
  83.     SUPERCLASS = Panel;
  84. };
  85. FirstResponder = {
  86.     ACTIONS = {
  87.     };
  88.     SUPERCLASS = Object;
  89. };
  90. WriteUp = {
  91.     ACTIONS = {
  92.     appDidInit:;
  93.     };
  94.     OUTLETS = {
  95.     };
  96.     SUPERCLASS = PasteUp;
  97. };
  98. PanelStyles = {
  99.     ACTIONS = {
  100.     cut:;
  101.     windowWillResize:;
  102.     delete:;
  103.     apply:;
  104.     init:;
  105.     copy:;
  106.     windowDidExpose:;
  107.     clone:;
  108.     singleAction:;
  109.     new:;
  110.     paste:;
  111.     rename:;
  112.     duplicate:;
  113.     edit:;
  114.     doubleAction:;
  115.     import:;
  116.     };
  117.     OUTLETS = {
  118.     panelEdit;
  119.     panelUpdateList;
  120.     applyButton;
  121.     scrollView;
  122.     styleMatrix;
  123.     styleName;
  124.     };
  125.     SUPERCLASS = Panel;
  126. };
  127. PasteUp = {
  128.     OUTLETS = {
  129.     stylesPanel;
  130.     };
  131.     SUPERCLASS = Object;
  132. };
  133.