source: trunk/Cocoa/Pester/Source/English.lproj/Alarms.nib/classes.nib@ 517

Last change on this file since 517 was 517, checked in by Nicholas Riley, 15 years ago

Fix horizontal resizing glitches in the Alarms window.

File size: 1.9 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>remove</key>
11 <string>id</string>
12 </dict>
13 <key>CLASS</key>
14 <string>PSAlarmsController</string>
15 <key>LANGUAGE</key>
16 <string>ObjC</string>
17 <key>OUTLETS</key>
18 <dict>
19 <key>alarmList</key>
20 <string>NSTableView</string>
21 <key>removeButton</key>
22 <string>NSButton</string>
23 </dict>
24 <key>SUPERCLASS</key>
25 <string>NSWindowController</string>
26 </dict>
27 <dict>
28 <key>CLASS</key>
29 <string>NJRTableDelegate</string>
30 <key>LANGUAGE</key>
31 <string>ObjC</string>
32 <key>OUTLETS</key>
33 <dict>
34 <key>tableView</key>
35 <string>NJRTableView</string>
36 </dict>
37 <key>SUPERCLASS</key>
38 <string>NSObject</string>
39 </dict>
40 <dict>
41 <key>CLASS</key>
42 <string>FirstResponder</string>
43 <key>LANGUAGE</key>
44 <string>ObjC</string>
45 <key>SUPERCLASS</key>
46 <string>NSObject</string>
47 </dict>
48 <dict>
49 <key>CLASS</key>
50 <string>NJRScrollView</string>
51 <key>LANGUAGE</key>
52 <string>ObjC</string>
53 <key>SUPERCLASS</key>
54 <string>NSScrollView</string>
55 </dict>
56 <dict>
57 <key>CLASS</key>
58 <string>NSObject</string>
59 <key>LANGUAGE</key>
60 <string>ObjC</string>
61 </dict>
62 <dict>
63 <key>CLASS</key>
64 <string>NJRTableView</string>
65 <key>LANGUAGE</key>
66 <string>ObjC</string>
67 <key>OUTLETS</key>
68 <dict>
69 <key>typeSelectDisplay</key>
70 <string>id</string>
71 </dict>
72 <key>SUPERCLASS</key>
73 <string>NSTableView</string>
74 </dict>
75 <dict>
76 <key>CLASS</key>
77 <string>NSTableView</string>
78 <key>LANGUAGE</key>
79 <string>ObjC</string>
80 <key>SUPERCLASS</key>
81 <string>NSControl</string>
82 </dict>
83 </array>
84 <key>IBVersion</key>
85 <string>1</string>
86</dict>
87</plist>
Note: See TracBrowser for help on using the repository browser.