home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / Swedish.lproj / CPreferences.nib / data.classes next >
Text File  |  1994-10-02  |  584b  |  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 = {}; SUPERCLASS = Object; };
  18. CPreferences = {
  19.     OUTLETS = {
  20.     includePath = includePath; 
  21.     levelMatrix1 = levelMatrix1; 
  22.     levelMatrix2 = levelMatrix2; 
  23.     scroll = scroll; 
  24.     tagsPath = tagsPath; 
  25.     }; 
  26.     SUPERCLASS = Preferences; 
  27. };
  28.