home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / GraphicsInspector.nib / data.classes < prev    next >
Text File  |  1995-03-13  |  1KB  |  84 lines

  1. AfsInspector = {
  2.     ACTIONS = {
  3.     inspect:;
  4.     ok:;
  5.     init:;
  6.     };
  7.     OUTLETS = {
  8.     inspectorView;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     sendToBack:;
  15.     popForward:;
  16.     pushBackward:;
  17.     bringToFront:;
  18.     runGraphicStyles:;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. GraphicsInspector = {
  23.     ACTIONS = {
  24.     decreaseStandoffLeft:;
  25.     swapOut:;
  26.     applyStyle:;
  27.     nudgeLineWidth:;
  28.     changeFillColor:;
  29.     init:;
  30.     changeLineWidth:;
  31.     ok:;
  32.     changeFill:;
  33.     setFlowSide:;
  34.     runaroundToggle:;
  35.     changeLine:;
  36.     lock:;
  37.     rotateItem:;
  38.     changeName:;
  39.     changeLineColor:;
  40.     changeLineWidthFromPopup:;
  41.     increaseStandoffLeft:;
  42.     changeFillPattern:;
  43.     };
  44.     OUTLETS = {
  45.     rotateClockwiseButton;
  46.     widthField;
  47.     widthPullDown;
  48.     lineButton;
  49.     currentStyle;
  50.     iconButton;
  51.     fillColor;
  52.     drawView;
  53.     runaround;
  54.     rotateCounterButton;
  55.     fillButton;
  56.     nameField;
  57.     fileTitle;
  58.     standoffLeft;
  59.     stylePopupButton;
  60.     pathField;
  61.     rotationField;
  62.     oldStyle;
  63.     scaleField;
  64.     lineColor;
  65.     stylePopupList;
  66.     lockButton;
  67.     };
  68.     SUPERCLASS = AfsInspector;
  69. };
  70. AfsInspectorSwapPanel = {
  71.     ACTIONS = {
  72.     swapIn:;
  73.     inspect:;
  74.     ok:;
  75.     registerWith:;
  76.     revert:;
  77.     };
  78.     OUTLETS = {
  79.     firstText;
  80.     inspector;
  81.     };
  82.     SUPERCLASS = AfsSwapPanel;
  83. };
  84.