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