home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Mail.app / German.lproj / alias.nib / data.classes next >
Encoding:
Text File  |  1996-03-17  |  773 b   |  34 lines

  1. Browser = {SUPERCLASS = Control; };
  2. AliasBrowser = {
  3.     ACTIONS = {
  4.     "add:" = "add:"; 
  5.     "append:" = "append:"; 
  6.     "appendCc:" = "appendCc:"; 
  7.     "doit:" = "doit:"; 
  8.     "edit:" = "edit:"; 
  9.     "find:" = "find:"; 
  10.     "remove:" = "remove:"; 
  11.     "rename:" = "rename:"; 
  12.     "returnHit:" = "returnHit:"; 
  13.     }; 
  14.     OUTLETS = {
  15.     add = add; 
  16.     appIcon = appIcon; 
  17.     append = append; 
  18.     box = box; 
  19.     browser = browser; 
  20.     cc = cc; 
  21.     form = form; 
  22.     remove = remove; 
  23.     rename = rename; 
  24.     status = status; 
  25.     to = to; 
  26.     well = well; 
  27.     win = win; 
  28.     }; 
  29.     SUPERCLASS = Object; 
  30. };
  31. FirstResponder = {ACTIONS = {"performResize:" = "performResize:"; }; SUPERCLASS = Object; };
  32. IconView = {SUPERCLASS = View; };
  33. NXBrowser = {OUTLETS = {delegate = delegate; target = target; }; SUPERCLASS = Control; };
  34.