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

Last change on this file since 53 was 53, checked in by Nicholas Riley, 21 years ago

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

File size: 3.7 KB
Line 
1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
5 {
6 ACTIONS = {select = id; };
7 CLASS = NJRFSObjectSelector;
8 LANGUAGE = ObjC;
9 SUPERCLASS = NSButton;
10 },
11 {
12 ACTIONS = {clearAllEntries = id; removeEntry = id; };
13 CLASS = NJRHistoryTrackingComboBox;
14 LANGUAGE = ObjC;
15 SUPERCLASS = NSComboBox;
16 },
17 {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
18 {
19 CLASS = NJRIntervalField;
20 LANGUAGE = ObjC;
21 OUTLETS = {intervalUnits = NSPopUpButton; };
22 SUPERCLASS = NSTextField;
23 },
24 {
25 ACTIONS = {stopSoundPreview = id; };
26 CLASS = NJRQTMediaPopUpButton;
27 LANGUAGE = ObjC;
28 OUTLETS = {preview = NSMovieView; };
29 SUPERCLASS = NSPopUpButton;
30 },
31 {CLASS = NJRUnfocusableMovieView; LANGUAGE = ObjC; SUPERCLASS = NSMovieView; },
32 {
33 ACTIONS = {stopVoicePreview = id; };
34 CLASS = NJRVoicePopUpButton;
35 LANGUAGE = ObjC;
36 SUPERCLASS = NSPopUpButton;
37 },
38 {CLASS = NSDisclosureButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; },
39 {CLASS = NSObject; LANGUAGE = ObjC; },
40 {
41 ACTIONS = {
42 dateCompleted = id;
43 doScriptChanged = id;
44 doSpeakChanged = id;
45 editAlertChanged = id;
46 inAtChanged = id;
47 playSoundChanged = id;
48 setAlarm = id;
49 setSoundRepetitionCount = id;
50 silence = id;
51 update = id;
52 };
53 CLASS = PSAlarmSetController;
54 LANGUAGE = ObjC;
55 OUTLETS = {
56 alertTabs = NSTabView;
57 alertView = NSTextField;
58 bounceDockIcon = NSButton;
59 cancelButton = NSButton;
60 displayMessage = NSButtonCell;
61 doScript = NSButtonCell;
62 doSpeak = NSButtonCell;
63 editAlert = NSButtonCell;
64 inAtMatrix = NSMatrix;
65 messageField = NSTextField;
66 playSound = NSButtonCell;
67 script = NJRFSObjectSelector;
68 scriptSelectButton = NSButton;
69 setButton = NSButton;
70 sound = NJRQTMediaPopUpButton;
71 soundRepetitionStepper = NSStepper;
72 soundRepetitions = NSTextField;
73 soundRepetitionsLabel = NSTextField;
74 timeDate = NSTextField;
75 timeDateCompletions = NSPopUpButton;
76 timeInterval = NSTextField;
77 timeIntervalRepeats = NSButton;
78 timeIntervalUnits = NSPopUpButton;
79 timeOfDay = NSTextField;
80 timeSummary = NSTextField;
81 voice = NJRVoicePopUpButton;
82 wakeUp = NSButtonCell;
83 };
84 SUPERCLASS = NSWindowController;
85 },
86 {
87 CLASS = PSAlarmsController;
88 LANGUAGE = ObjC;
89 OUTLETS = {tableView = NSTableView; };
90 SUPERCLASS = NSWindowController;
91 },
92 {
93 ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
94 CLASS = PSApplication;
95 LANGUAGE = ObjC;
96 OUTLETS = {alarmSetController = PSAlarmSetController; };
97 SUPERCLASS = NSApplication;
98 }
99 );
100 IBVersion = 1;
101}
Note: See TracBrowser for help on using the repository browser.