home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / ColumnsInspector.nib / data.classes next >
Text File  |  1994-05-26  |  985b  |  66 lines

  1. AfsInspector = {
  2.     ACTIONS = {
  3.     inspect:;
  4.     ok:;
  5.     init:;
  6.     revert:;
  7.     };
  8.     OUTLETS = {
  9.     inspectorView;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. PasteUp = {
  19.     OUTLETS = {
  20.     columnsInspector;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. ColumnsInspector = {
  25.     ACTIONS = {
  26.     columnPlace:;
  27.     increaseMarginLeft:;
  28.     makeMaster:;
  29.     decreaseMarginBottom:;
  30.     apply:;
  31.     forceNew:;
  32.     init:;
  33.     columnNumber:;
  34.     ok:;
  35.     decreaseMarginLeft:;
  36.     decreaseMarginTop:;
  37.     columnType:;
  38.     increaseMarginBottom:;
  39.     decreaseGutter:;
  40.     increaseMarginRight:;
  41.     increaseGutter:;
  42.     decreaseMarginRight:;
  43.     columnHeight:;
  44.     increaseMarginTop:;
  45.     cancel:;
  46.     };
  47.     OUTLETS = {
  48.     applyButton;
  49.     columnPlaceCustom;
  50.     columnHeightCustom;
  51.     marginLeft;
  52.     marginRight;
  53.     marginBottom;
  54.     marginTop;
  55.     columnCountCustom;
  56.     gutter;
  57.     elementSideSelector;
  58.     columnPlaceMatrix;
  59.     columnHeightMatrix;
  60.     myUnitsInfo;
  61.     columnCountMatrix;
  62.     columnTypeMatrix;
  63.     };
  64.     SUPERCLASS = AfsInspector;
  65. };
  66.