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

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

Pester 1.1b3

File size: 3.9 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 showCalendar = id;
51 silence = id;
52 toggleAlertEditor = id;
53 update = id;
54 };
55 CLASS = PSAlarmSetController;
56 LANGUAGE = ObjC;
57 OUTLETS = {
58 alertTabs = NSTabView;
59 alertView = NSTextField;
60 bounceDockIcon = NSButton;
61 cancelButton = NSButton;
62 displayMessage = NSButtonCell;
63 doScript = NSButtonCell;
64 doSpeak = NSButtonCell;
65 editAlert = NSButtonCell;
66 inAtMatrix = NSMatrix;
67 messageField = NSTextField;
68 playSound = NSButtonCell;
69 script = NJRFSObjectSelector;
70 scriptSelectButton = NSButton;
71 setButton = NSButton;
72 sound = NJRQTMediaPopUpButton;
73 soundRepetitionStepper = NSStepper;
74 soundRepetitions = NSTextField;
75 soundRepetitionsLabel = NSTextField;
76 timeCalendarButton = NSButton;
77 timeDate = NSTextField;
78 timeDateCompletions = NSPopUpButton;
79 timeInterval = NJRIntervalField;
80 timeIntervalRepeats = NSButton;
81 timeIntervalUnits = NSPopUpButton;
82 timeOfDay = NSTextField;
83 timeSummary = NSTextField;
84 voice = NJRVoicePopUpButton;
85 wakeUp = NSButtonCell;
86 };
87 SUPERCLASS = NSWindowController;
88 },
89 {
90 CLASS = PSAlarmsController;
91 LANGUAGE = ObjC;
92 OUTLETS = {tableView = NSTableView; };
93 SUPERCLASS = NSWindowController;
94 },
95 {
96 ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
97 CLASS = PSApplication;
98 LANGUAGE = ObjC;
99 OUTLETS = {alarmSetController = PSAlarmSetController; };
100 SUPERCLASS = NSApplication;
101 }
102 );
103 IBVersion = 1;
104}
Note: See TracBrowser for help on using the repository browser.