source: trunk/ICeCoffEE/ICeCoffEE/German.lproj/APE Manager plugin.nib/classes.nib@ 184

Last change on this file since 184 was 139, checked in by Nicholas Riley, 21 years ago
  • Property svn:executable set to *
File size: 1.0 KB
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 tabView = NSTabView;
23 textBlinkCount = NSPopUpButton;
24 textBlinkEnabled = NSButton;
25 window = NSWindow;
26 };
27 SUPERCLASS = NSObject;
28 }
29 );
30 IBVersion = 1;
31}
Note: See TracBrowser for help on using the repository browser.