source: release/1.5/source/cocoa-ide/ide-contents/Resources/English.lproj/processes.nib/classes.nib

Last change on this file was 7478, checked in by R. Matthew Emerson, 17 years ago

Update nib files for processes window in Clozure CL.app, too.

File size: 894 bytes
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>killSelectedProcess</key>
11 <string>id</string>
12 <key>refresh</key>
13 <string>id</string>
14 </dict>
15 <key>CLASS</key>
16 <string>ProcessesWindowController</string>
17 <key>LANGUAGE</key>
18 <string>ObjC</string>
19 <key>OUTLETS</key>
20 <dict>
21 <key>tableView</key>
22 <string>NSTableView</string>
23 </dict>
24 <key>SUPERCLASS</key>
25 <string>NSWindowController</string>
26 </dict>
27 <dict>
28 <key>CLASS</key>
29 <string>FirstResponder</string>
30 <key>LANGUAGE</key>
31 <string>ObjC</string>
32 <key>SUPERCLASS</key>
33 <string>NSObject</string>
34 </dict>
35 </array>
36 <key>IBVersion</key>
37 <string>1</string>
38</dict>
39</plist>
Note: See TracBrowser for help on using the repository browser.