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

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

Pester 1.0b1

File size: 1.5 KB
Line 
1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
5 {
6 ACTIONS = {clearAllEntries = id; removeEntry = id; };
7 CLASS = NJRHistoryTrackingComboBox;
8 LANGUAGE = ObjC;
9 SUPERCLASS = NSComboBox;
10 },
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;
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;
39 SUPERCLASS = NSApplication;
40 }
41 );
42 IBVersion = 1;
43}
Note: See TracBrowser for help on using the repository browser.