source: branches/1.2-devel/ccl/cocoa-ide/ide-contents/Resources/English.lproj/apropos.nib/classes.nib

Last change on this file was 7804, checked in by Gary Byers, 17 years ago

sync with trunk

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>ACTIONS</key>
9 <dict>
10 <key>apropos</key>
11 <string>id</string>
12 <key>inspectSelectedSymbol</key>
13 <string>id</string>
14 <key>setPackage</key>
15 <string>id</string>
16 <key>toggleShowsExternalSymbols</key>
17 <string>id</string>
18 </dict>
19 <key>CLASS</key>
20 <string>AproposWindowController</string>
21 <key>LANGUAGE</key>
22 <string>ObjC</string>
23 <key>OUTLETS</key>
24 <dict>
25 <key>arrayController</key>
26 <string>id</string>
27 <key>comboBox</key>
28 <string>id</string>
29 <key>externalSymbolsCheckbox</key>
30 <string>id</string>
31 <key>tableView</key>
32 <string>id</string>
33 <key>textView</key>
34 <string>id</string>
35 </dict>
36 <key>SUPERCLASS</key>
37 <string>NSWindowController</string>
38 </dict>
39 <dict>
40 <key>CLASS</key>
41 <string>PackageComboBox</string>
42 <key>LANGUAGE</key>
43 <string>ObjC</string>
44 <key>OUTLETS</key>
45 <dict>
46 <key>dataSource</key>
47 <string>id</string>
48 </dict>
49 </dict>
50 </array>
51 <key>IBVersion</key>
52 <string>1</string>
53</dict>
54</plist>
Note: See TracBrowser for help on using the repository browser.