home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Questor_Demo / QuestorDemo.app / English.lproj / SubInspector_Polygon.nib / data.classes next >
Text File  |  1993-05-07  |  843b  |  57 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ProtectedObject = {
  7.     SUPERCLASS = Object;
  8. };
  9. InspectorObject = {
  10.     ACTIONS = {
  11.     okSelected:;
  12.     saveSelected:;
  13.     duplicate:;
  14.     copyAsEPS:;
  15.     paste:;
  16.     inspectorWillChangeAspect:;
  17.     delete:;
  18.     cut:;
  19.     copyAsTIFF:;
  20.     copy:;
  21.     };
  22.     OUTLETS = {
  23.     theSheet;
  24.     theObject;
  25.     theInspectorView;
  26.     };
  27.     SUPERCLASS = ProtectedObject;
  28. };
  29. OrnamentInspectorObject = {
  30.     ACTIONS = {
  31.     lineWidthEntered:;
  32.     LCEntered:;
  33.     FCWellEntered:;
  34.     FCEntered:;
  35.     LCWellEntered:;
  36.     };
  37.     OUTLETS = {
  38.     theLCMatrix;
  39.     theFCMatrix;
  40.     theLCWell;
  41.     theLineWidth;
  42.     theFCWell;
  43.     };
  44.     SUPERCLASS = InspectorObject;
  45. };
  46. SubInspector_Polygon = {
  47.     ACTIONS = {
  48.     lineJoinEntered:;
  49.     fillRuleSelected:;
  50.     };
  51.     OUTLETS = {
  52.     theLineJoin;
  53.     theFillRuleMatrix;
  54.     };
  55.     SUPERCLASS = OrnamentInspectorObject;
  56. };
  57.