ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/PrefsEditor/English.lproj/MainMenu.nib/classes.nib
Revision: 1.1
Committed: 2007-01-24T03:35:50Z (17 years, 8 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
OSX Cocoa PrefsEditor - code and Xcode project

File Contents

# Content
1 {
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {
5 ACTIONS = {
6 addDisk = id;
7 browseForROMFileClicked = id;
8 createDisk = id;
9 removeDisk = id;
10 useRawKeyCodesClicked = id;
11 };
12 CLASS = PrefsEditor;
13 LANGUAGE = ObjC;
14 OUTLETS = {
15 bootFrom = NSComboBox;
16 disableCdrom = NSButton;
17 disableSound = NSButton;
18 diskSaveSize = NSView;
19 diskSaveSizeField = NSTextField;
20 disks = NSTableView;
21 dontUseCPUWhenIdle = NSButton;
22 enable68kDREmulator = NSButton;
23 enableJIT = NSButton;
24 ethernetInterface = NSTextField;
25 height = NSComboBox;
26 ignoreIllegalMemoryAccesses = NSButton;
27 mixDevice = NSTextField;
28 modemPort = NSTextField;
29 mouseWheel = NSPopUpButton;
30 outDevice = NSTextField;
31 printerPort = NSTextField;
32 qdAccel = NSButton;
33 ramSize = NSTextField;
34 ramSizeStepper = NSStepper;
35 rawKeyCodes = NSTextField;
36 refreshRate = NSPopUpButton;
37 romFile = NSTextField;
38 scrollLines = NSTextField;
39 scrollLinesStepper = NSStepper;
40 unixRoot = NSTextField;
41 useRawKeyCodes = NSButton;
42 videoType = NSPopUpButton;
43 width = NSComboBox;
44 window = NSWindow;
45 };
46 SUPERCLASS = NSObject;
47 }
48 );
49 IBVersion = 1;
50 }