home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Draw.app / Spanish.lproj / InspectorPanel.nib / data.classes next >
Text File  |  1992-06-05  |  841b  |  60 lines

  1. InspectorPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. DrawApp = {
  10.     ACTIONS = {
  11.     activateDocument:;
  12.     terminate:;
  13.     new:;
  14.     appDidInit:;
  15.     open:;
  16.     setCurrentGraphic:;
  17.     };
  18.     OUTLETS = {
  19.     spamatrix;
  20.     currentGraphic;
  21.     inspectorPanel;
  22.     savePanelAccessory;
  23.     gridInspector;
  24.     activateMenu;
  25.     tools;
  26.     };
  27.     SUPERCLASS = Application;
  28. };
  29. Inspector = {
  30.     ACTIONS = {
  31.     changeLineJoin:;
  32.     changeLineCap:;
  33.     changeFramed:;
  34.     changeDimensions:;
  35.     changeFillColor:;
  36.     changeArrows:;
  37.     changeContinuous:;
  38.     changeTextColor:;
  39.     changeFilled:;
  40.     changeFormEntry:;
  41.     changeLineColor:;
  42.     changeLineWidth:;
  43.     };
  44.     OUTLETS = {
  45.     lineJoin;
  46.     formEntry;
  47.     filled;
  48.     lineCap;
  49.     fillColor;
  50.     height;
  51.     lineWidthSlider;
  52.     textColor;
  53.     lineColor;
  54.     arrows;
  55.     width;
  56.     lineWidthField;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60.