source: trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/classes.nib@ 321

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

ICeCoffEE 1.4a1

File size: 1.2 KB
Line 
1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {
5 ACTIONS = {
6 commandClickEnabled = id;
7 editContextualServices = id;
8 errorDialogEnabled = id;
9 errorSoundEnabled = id;
10 servicesInContextualMenu = id;
11 servicesInMenuBar = id;
12 terminalRequireOptionForSelfDrag = id;
13 textBlinkCount = id;
14 textBlinkEnabled = id;
15 };
16 CLASS = ICeCoffEEController;
17 LANGUAGE = ObjC;
18 OUTLETS = {
19 commandClickEnabled = NSButton;
20 editContextualServices = NSButton;
21 errorDialogEnabled = NSButton;
22 errorSoundEnabled = NSButton;
23 servicesInContextualMenu = NSButton;
24 servicesInMenuBar = NSButton;
25 tabView = NSTabView;
26 terminalRequireOptionForSelfDrag = NSButton;
27 textBlinkCount = NSPopUpButton;
28 textBlinkEnabled = NSButton;
29 window = NSWindow;
30 };
31 SUPERCLASS = NSObject;
32 }
33 );
34 IBVersion = 1;
35}
Note: See TracBrowser for help on using the repository browser.