home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Terminal.app / German.lproj / PrintAccessory.nib / data.classes next >
Text File  |  1992-06-05  |  464b  |  34 lines

  1. FieldPrint = {
  2.     ACTIONS = {
  3.     attributesPicked:;
  4.     rangePicked:;
  5.     };
  6.     OUTLETS = {
  7.     attrButton;
  8.     attributeMatrix;
  9.     rangeMatrix;
  10.     accessoryView;
  11.     rangeButton;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. MyObject = {
  21.     ACTIONS = {
  22.     attributesPicked:;
  23.     rangePicked:;
  24.     };
  25.     OUTLETS = {
  26.     attrButton;
  27.     attributeMatrix;
  28.     rangeMatrix;
  29.     accessoryView;
  30.     rangeButton;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.