home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Grab.app / Italian.lproj / DocumentWindow.nib / data.classes next >
Text File  |  1993-07-28  |  344b  |  28 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. WindowController = {
  7.     ACTIONS = {
  8.     print:;
  9.     save:;
  10.     saveAs:;
  11.     performClose:;
  12.     };
  13.     OUTLETS = {
  14.     myWindow;
  15.     scrollView;
  16.     imageView;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. ImageView = {
  21.     ACTIONS = {
  22.     };
  23.     OUTLETS = {
  24.     imageToShow;
  25.     };
  26.     SUPERCLASS = View;
  27. };
  28.