Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
4 | {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
|
---|
5 | {
|
---|
6 | CLASS = NJRIntervalField;
|
---|
7 | LANGUAGE = ObjC;
|
---|
8 | OUTLETS = {intervalUnits = NSPopUpButton; };
|
---|
9 | SUPERCLASS = NSTextField;
|
---|
10 | },
|
---|
11 | {
|
---|
12 | ACTIONS = {
|
---|
13 | close = id;
|
---|
14 | snooze = id;
|
---|
15 | snoozeIntervalUnitsChanged = id;
|
---|
16 | snoozeUntil = id;
|
---|
17 | stopRepeating = id;
|
---|
18 | };
|
---|
19 | CLASS = PSAlarmNotifierController;
|
---|
20 | LANGUAGE = ObjC;
|
---|
21 | OUTLETS = {
|
---|
22 | dateField = NSTextField;
|
---|
23 | intervalField = NSTextField;
|
---|
24 | messageField = NSTextField;
|
---|
25 | nextDateField = NSTextField;
|
---|
26 | okButton = NSButton;
|
---|
27 | snoozeButton = NSButton;
|
---|
28 | snoozeIntervalField = NJRIntervalField;
|
---|
29 | };
|
---|
30 | SUPERCLASS = NSWindowController;
|
---|
31 | }
|
---|
32 | );
|
---|
33 | IBVersion = 1;
|
---|
34 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.