home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / German.lproj / SimplePreferences.nib / data.classes next >
Text File  |  1994-10-02  |  743b  |  30 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:"; "setAscii:" = "setAscii:"; "setRtf:" = "setRtf:"; }; 
  20.     OUTLETS = {
  21.     asciiFontName = asciiFontName; 
  22.     asciiFontSize = asciiFontSize; 
  23.     mode = mode; 
  24.     rtfFontName = rtfFontName; 
  25.     rtfFontSize = rtfFontSize; 
  26.     start = start; 
  27.     }; 
  28.     SUPERCLASS = Preferences; 
  29. };
  30.