Rev | Line | |
---|
[102] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
| 4 | {
|
---|
| 5 | ACTIONS = {close = id; dateCompleted = id; showCalendar = id; snooze = id; update = id; };
|
---|
| 6 | CLASS = PSSnoozeUntilController;
|
---|
| 7 | LANGUAGE = ObjC;
|
---|
| 8 | OUTLETS = {
|
---|
| 9 | messageField = NSTextField;
|
---|
| 10 | snoozeButton = NSButton;
|
---|
| 11 | timeCalendarButton = NSButton;
|
---|
| 12 | timeDate = NSTextField;
|
---|
| 13 | timeDateCompletions = NSPopUpButton;
|
---|
| 14 | timeOfDay = NSTextField;
|
---|
| 15 | };
|
---|
| 16 | SUPERCLASS = NSWindowController;
|
---|
| 17 | }
|
---|
| 18 | );
|
---|
| 19 | IBVersion = 1;
|
---|
| 20 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.