source: trunk/ICeCoffEE/ICeCoffEE/English.lproj/Select services.nib/classes.nib@ 142

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

ICeCoffEE 1.4a1

File size: 767 bytes
Line 
1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {
5 CLASS = ICeCoffEENonHighlightingOutlineView;
6 LANGUAGE = ObjC;
7 SUPERCLASS = NSOutlineView;
8 },
9 {
10 CLASS = ICeCoffEEServiceDataSource;
11 LANGUAGE = ObjC;
12 OUTLETS = {serviceOutline = NSOutlineView; };
13 SUPERCLASS = NSObject;
14 },
15 {
16 ACTIONS = {cancel = id; hideAll = id; saveChanges = id; showAll = id; };
17 CLASS = ICeCoffEEServicePrefController;
18 LANGUAGE = ObjC;
19 OUTLETS = {serviceOutline = NSOutlineView; };
20 SUPERCLASS = NSWindowController;
21 }
22 );
23 IBVersion = 1;
24}
Note: See TracBrowser for help on using the repository browser.