home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / German.lproj / Finder.nib / data.classes next >
Text File  |  1992-07-14  |  563b  |  44 lines

  1. WMFinderSelection = {
  2.     OUTLETS = {
  3.     delegate;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. WMFinder = {
  8.     ACTIONS = {
  9.     changeMode:;
  10.     find:;
  11.     show:;
  12.     };
  13.     OUTLETS = {
  14.     scrollView;
  15.     findButton;
  16.     selectionBox;
  17.     statusField;
  18.     modePopUpButton;
  19.     window;
  20.     selectionIcon;
  21.     textField;
  22.     foundField;
  23.     results;
  24.     shelf;
  25.     shelfSizer;
  26.     modeMatrix;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. WMFinderShelf = {
  36.     OUTLETS = {
  37.     delegate;
  38.     };
  39.     SUPERCLASS = View;
  40. };
  41. WMFinderShelfSizer = {
  42.     SUPERCLASS = View;
  43. };
  44.