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

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