home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / usr / lib / NextPrinter / Inform.app / German.lproj / InformFaxAlert.nib / data.classes next >
Text File  |  1994-05-17  |  255b  |  23 lines

  1. MyApp = {
  2.     ACTIONS = {
  3.     cancel:;
  4.     terminate:;
  5.     ok:;
  6.     hide:;
  7.     };
  8.     OUTLETS = {
  9.     window;
  10.     delegate;
  11.     button2;
  12.     button1;
  13.     text;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     performResize:;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.