home *** CD-ROM | disk | FTP | other *** search
- ToDoInspector = {
- ACTIONS = {
- "completed:" = "completed:";
- "private:" = "private:";
- "switchType:" = "switchType:";
- "toggleShowCompleted:" = "toggleShowCompleted:";
- "toggleShowPending:" = "toggleShowPending:";
- "toggleShowPrivate:" = "toggleShowPrivate:";
- "windowDidUpdate:" = "windowDidUpdate:";
- };
- OUTLETS = {
- completedSwitch = completedSwitch;
- completedText = completedText;
- createdText = createdText;
- priorityText = priorityText;
- privateSwitch = privateSwitch;
- showCompletedSwitch = showCompletedSwitch;
- showPendingSwitch = showPendingSwitch;
- showPrivateSwitch = showPrivateSwitch;
- statusMatrix = statusMatrix;
- typeMatrix = typeMatrix;
- window = window;
- };
- SUPERCLASS = Object;
- };
- NoKeyWindow = {SUPERCLASS = Window; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-