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_CombinedGraph.nib / data.classes next >
Text File  |  1993-05-07  |  711b  |  46 lines

  1. SubInspector_BarGraph = {
  2.     ACTIONS = {
  3.     gridLinesSelected:;
  4.     percentSelected:;
  5.     barTypeSelected:;
  6.     orientationSelected:;
  7.     };
  8.     OUTLETS = {
  9.     theBarTypeBox;
  10.     theBarOrientationOptions;
  11.     theBarTypeOptions;
  12.     theBarOrientationBox;
  13.     theBarPercentOptions;
  14.     theGridLines;
  15.     };
  16.     SUPERCLASS = InspectorObject;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. ProtectedObject = {
  24.     SUPERCLASS = Object;
  25. };
  26. InspectorObject = {
  27.     ACTIONS = {
  28.     okSelected:;
  29.     saveSelected:;
  30.     duplicate:;
  31.     copyAsEPS:;
  32.     inspectorWillChangeAspect:;
  33.     paste:;
  34.     delete:;
  35.     cut:;
  36.     copyAsTIFF:;
  37.     copy:;
  38.     };
  39.     OUTLETS = {
  40.     theSheet;
  41.     theObject;
  42.     theInspectorView;
  43.     };
  44.     SUPERCLASS = ProtectedObject;
  45. };
  46.