home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextApps / Librarian.app / German.lproj / TextViewer.nib / data.classes next >
Text File  |  1992-06-05  |  304b  |  26 lines

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