home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  737 b   |  32 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. ToDoController = {
  3.     ACTIONS = {
  4.     "add:" = "add:"; 
  5.     "clear:" = "clear:"; 
  6.     "doubleClick:" = "doubleClick:"; 
  7.     "info:" = "info:"; 
  8.     "modify:" = "modify:"; 
  9.     "open:" = "open:"; 
  10.     "remove:" = "remove:"; 
  11.     "save:" = "save:"; 
  12.     "singleClick:" = "singleClick:"; 
  13.     }; 
  14.     OUTLETS = {
  15.     addButton = addButton; 
  16.     bodyBox = bodyBox; 
  17.     browser = browser; 
  18.     clearButton = clearButton; 
  19.     dateField = dateField; 
  20.     infoPanel = infoPanel; 
  21.     modifyButton = modifyButton; 
  22.     priorityField = priorityField; 
  23.     removeButton = removeButton; 
  24.     splitView = splitView; 
  25.     subjectField = subjectField; 
  26.     theText = theText; 
  27.     todoList = todoList; 
  28.     window = window; 
  29.     }; 
  30.     SUPERCLASS = Object; 
  31. };
  32.