home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Menu.preferences / Spanish.lproj / Command.nib / data.classes next >
Text File  |  1994-08-10  |  1KB  |  37 lines

  1. Clock = {
  2.     ACTIONS = {
  3.         "decreaseDay:" = "decreaseDay:"; 
  4.     "decreaseHour:" = "decreaseHour:"; 
  5.     "decreaseMinute:" = "decreaseMinute:"; 
  6.     "decreaseSecond:" = "decreaseSecond:"; 
  7.     "increaseDay:" = "increaseDay:"; 
  8.     "increaseHour:" = "increaseHour:"; 
  9.     "increaseMinute:" = "increaseMinute:"; 
  10.     "increaseSecond:" = "increaseSecond:"; 
  11.     }; 
  12.     SUPERCLASS = View; 
  13. };
  14. Command = {
  15.     ACTIONS = {
  16.         "addCommand:" = "(id)(id)"; 
  17.     "commandTextChanged:" = "(id)(id)"; 
  18.     "loadForm:" = "(id)(id)"; 
  19.     "removeCommand:" = "(id)(id)"; 
  20.     }; 
  21.     OUTLETS = {
  22.         addButton = addButton; 
  23.     commandField = commandField; 
  24.     commandKeyField = commandKeyField; 
  25.     matrix = matrix; 
  26.     menuLoc = menuLoc; 
  27.     menuStrings = menuStrings; 
  28.     removeButton = removeButton; 
  29.     scroll = scroll; 
  30.     window = window; 
  31.     }; 
  32.     SUPERCLASS = Object; 
  33. };
  34. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  35. NXBrowser = {OUTLETS = {delegate = delegate; }; SUPERCLASS = Control; };
  36. MenuLocation = {SUPERCLASS = Control; };
  37.