home *** CD-ROM | disk | FTP | other *** search
- ToDoController = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "clean:" = "clean:";
- "clear:" = "clear:";
- "dirty:" = "dirty:";
- "doubleClick:" = "doubleClick:";
- "info:" = "info:";
- "inspector:" = "inspector:";
- "modify:" = "modify:";
- "new:" = "new:";
- "remove:" = "remove:";
- "save:" = "save:";
- "singleClick:" = "singleClick:";
- "timestamp:" = "timestamp:";
- "toggleShowCompleted:" = "toggleShowCompleted:";
- "toggleShowPending:" = "toggleShowPending:";
- "toggleShowPrivate:" = "toggleShowPrivate:";
- };
- OUTLETS = {
- addButton = addButton;
- bodyBox = bodyBox;
- browser = browser;
- clearButton = clearButton;
- dateField = dateField;
- infoPanel = infoPanel;
- inspector = inspector;
- modifyButton = modifyButton;
- optionsPanel = optionsPanel;
- priorityField = priorityField;
- removeButton = removeButton;
- splitView = splitView;
- subjectField = subjectField;
- theText = theText;
- todoList = todoList;
- window = window;
- };
- SUPERCLASS = Object;
- };
- ToDoBrowser = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NXBrowser; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- SuperText = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Text; };
-