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

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

ICeCoffEE 1.3b2 plus some changes for 1.3

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