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

Last change on this file was 428, checked in by Nicholas Riley, 16 years ago

Compiler fixes; first pass at menu-style highlighting

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>CLASS</key>
9 <string>ICeCoffEEMenuOutlineView</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>SUPERCLASS</key>
13 <string>NSOutlineView</string>
14 </dict>
15 <dict>
16 <key>ACTIONS</key>
17 <dict>
18 <key>cancel</key>
19 <string>NSButton</string>
20 <key>hideAll</key>
21 <string>NSButton</string>
22 <key>saveChanges</key>
23 <string>NSButton</string>
24 <key>showAll</key>
25 <string>NSButton</string>
26 </dict>
27 <key>CLASS</key>
28 <string>ICeCoffEEServicePrefController</string>
29 <key>LANGUAGE</key>
30 <string>ObjC</string>
31 <key>OUTLETS</key>
32 <dict>
33 <key>serviceOutline</key>
34 <string>NSOutlineView</string>
35 </dict>
36 <key>SUPERCLASS</key>
37 <string>NSWindowController</string>
38 </dict>
39 <dict>
40 <key>CLASS</key>
41 <string>FirstResponder</string>
42 <key>LANGUAGE</key>
43 <string>ObjC</string>
44 <key>SUPERCLASS</key>
45 <string>NSObject</string>
46 </dict>
47 </array>
48 <key>IBVersion</key>
49 <string>1</string>
50</dict>
51</plist>
Note: See TracBrowser for help on using the repository browser.