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

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

ICeCoffEE 1.3.1

File size: 1.0 KB
RevLine 
[66]1{
2 IBClasses = (
[74]3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
[66]4 {
[74]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;
[66]15 LANGUAGE = ObjC;
[74]16 OUTLETS = {
17 commandClickEnabled = NSButton;
18 errorDialogEnabled = NSButton;
19 errorSoundEnabled = NSButton;
20 servicesInContextualMenu = NSButton;
21 servicesInMenuBar = NSButton;
[89]22 tabView = NSTabView;
[74]23 textBlinkCount = NSPopUpButton;
24 textBlinkEnabled = NSButton;
25 window = NSWindow;
26 };
[66]27 SUPERCLASS = NSObject;
[74]28 }
[66]29 );
30 IBVersion = 1;
31}
Note: See TracBrowser for help on using the repository browser.