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