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

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