home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Librarian.app / French.lproj / MiniTextViewer.nib / data.classes next >
Text File  |  1993-09-02  |  304b  |  26 lines

  1. Icon = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. IconView = {
  10.     SUPERCLASS = View;
  11. };
  12. TextViewer = {
  13.     ACTIONS = {
  14.     show:;
  15.     search:;
  16.     doFind:;
  17.     };
  18.     OUTLETS = {
  19.     window;
  20.     scrollView;
  21.     icon;
  22.     targetTitle;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.