source: trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib@ 28

Last change on this file since 28 was 28, checked in by Nicholas Riley, 22 years ago

Pester 1.0

File size: 1.6 KB
RevLine 
[21]1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
[26]5 {
6 ACTIONS = {clearAllEntries = id; removeEntry = id; };
7 CLASS = NJRHistoryTrackingComboBox;
8 LANGUAGE = ObjC;
9 SUPERCLASS = NSComboBox;
10 },
[21]11 {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
12 {
13 ACTIONS = {dateCompleted = id; inAtChanged = id; setAlarm = id; update = id; };
14 CLASS = PSAlarmSetController;
15 LANGUAGE = ObjC;
16 OUTLETS = {
17 inAtMatrix = NSMatrix;
18 messageField = NSTextField;
19 setButton = NSButton;
20 timeDate = NSTextField;
21 timeDateCompletions = NSPopUpButton;
22 timeInterval = NSTextField;
23 timeIntervalUnits = NSPopUpButton;
24 timeOfDay = NSTextField;
25 timeSummary = NSTextField;
26 };
27 SUPERCLASS = NSWindowController;
[26]28 },
29 {
30 CLASS = PSAlarmsController;
31 LANGUAGE = ObjC;
32 OUTLETS = {tableView = NSTableView; };
33 SUPERCLASS = NSWindowController;
34 },
35 {
36 ACTIONS = {orderFrontAlarmsPanel = id; };
37 CLASS = PSApplication;
38 LANGUAGE = ObjC;
[28]39 OUTLETS = {alarmSetController = PSAlarmSetController; };
[26]40 SUPERCLASS = NSApplication;
[21]41 }
42 );
43 IBVersion = 1;
44}
Note: See TracBrowser for help on using the repository browser.