home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / PrintManager.app / Spanish.lproj / AppleTalkView.nib / data.classes next >
Text File  |  1992-06-05  |  322b  |  25 lines

  1. CommView = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. AppleTalkView = {
  10.     ACTIONS = {
  11.     choosePrinter:;
  12.     cancel:;
  13.     ok:;
  14.     };
  15.     OUTLETS = {
  16.     zoneName;
  17.     printerBrowser;
  18.     printerName;
  19.     okButton;
  20.     chooserPanel;
  21.     chooserButton;
  22.     };
  23.     SUPERCLASS = CommView;
  24. };
  25.