Last change
on this file since 312 was 53, checked in by Nicholas Riley, 22 years ago |
Updated for Pester 1.1a5 (very limited release).
Pester 1.1a4 was never released.
|
File size:
974 bytes
|
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 = {close = id; snooze = id; stopRepeating = id; };
|
---|
13 | CLASS = PSAlarmNotifierController;
|
---|
14 | LANGUAGE = ObjC;
|
---|
15 | OUTLETS = {
|
---|
16 | dateField = NSTextField;
|
---|
17 | intervalField = NSTextField;
|
---|
18 | messageField = NSTextField;
|
---|
19 | nextDateField = NSTextField;
|
---|
20 | okButton = NSButton;
|
---|
21 | snoozeButton = NSButton;
|
---|
22 | snoozeIntervalField = NJRIntervalField;
|
---|
23 | };
|
---|
24 | SUPERCLASS = NSWindowController;
|
---|
25 | }
|
---|
26 | );
|
---|
27 | IBVersion = 1;
|
---|
28 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.