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

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