home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / inspectors.bundle / Spanish.lproj / AppInspector.nib / data.classes next >
Text File  |  1996-03-15  |  651b  |  24 lines

  1. AppInspector = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {
  4.     architecturesField = architecturesField; 
  5.     docIconMatrix = docIconMatrix; 
  6.     docNameField = docNameField; 
  7.     extSelectedField = extSelectedField; 
  8.     scrollView = scrollView; 
  9.     }; 
  10.     SUPERCLASS = Inspector; 
  11. };
  12. Inspector = {
  13.     ACTIONS = {
  14.     "activateInspector:" = "activateInspector:"; 
  15.     "deactivateInspector:" = "deactivateInspector:"; 
  16.     "ok:" = "ok:"; 
  17.     "performClick:" = "performClick:"; 
  18.     "revert:" = "revert:"; 
  19.     }; 
  20.     OUTLETS = {okButton = okButton; revertButton = revertButton; window = window; }; 
  21.     SUPERCLASS = Object; 
  22. };
  23. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  24.