home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / Spanish.lproj / GlobalPreferences.nib / data.classes next >
Text File  |  1994-10-02  |  653b  |  28 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     "changeOptionMode:" = "changeOptionMode:"; 
  4.     "ok:" = "ok:"; 
  5.     "performClick:" = "performClick:"; 
  6.     "revert:" = "revert:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     ok = ok; 
  10.     optionView = optionView; 
  11.     optionsButton = optionsButton; 
  12.     revert = revert; 
  13.     win = win; 
  14.     }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. FirstResponder = {ACTIONS = {"performResize:" = "performResize:"; }; SUPERCLASS = Object; };
  18. GlobalPreferences = {
  19.     ACTIONS = {"newFont:" = "newFont:"; }; 
  20.     OUTLETS = {
  21.     keyBindings = keyBindings; 
  22.     saveMatrix = saveMatrix; 
  23.     sizeForm = sizeForm; 
  24.     writeableButton = writeableButton; 
  25.     }; 
  26.     SUPERCLASS = Preferences; 
  27. };
  28.