source: trunk/Cocoa/F-Script Anywhere/Source/English.lproj/MainMenu.nib/classes.nib@ 450

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

Cleaned up preferences UI; added auto workspace opening for apps with no menubar

File size: 1.7 KB
RevLine 
[450]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>FSATableView</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>SUPERCLASS</key>
13 <string>NSTableView</string>
14 </dict>
15 <dict>
16 <key>CLASS</key>
17 <string>FirstResponder</string>
18 <key>LANGUAGE</key>
19 <string>ObjC</string>
20 <key>SUPERCLASS</key>
21 <string>NSObject</string>
22 </dict>
23 <dict>
24 <key>CLASS</key>
25 <string>NJRScrollView</string>
26 <key>LANGUAGE</key>
27 <string>ObjC</string>
28 <key>SUPERCLASS</key>
29 <string>NSScrollView</string>
30 </dict>
31 <dict>
32 <key>ACTIONS</key>
33 <dict>
34 <key>installBundleInSelectedApp</key>
35 <string>id</string>
36 </dict>
37 <key>CLASS</key>
38 <string>FSAApp</string>
39 <key>LANGUAGE</key>
40 <string>ObjC</string>
41 <key>OUTLETS</key>
42 <dict>
43 <key>appList</key>
44 <string>FSAAppList</string>
45 <key>appListWindow</key>
46 <string>NSWindow</string>
47 </dict>
48 <key>SUPERCLASS</key>
49 <string>NSApplication</string>
50 </dict>
51 <dict>
52 <key>CLASS</key>
53 <string>NSTableView</string>
54 <key>LANGUAGE</key>
55 <string>ObjC</string>
56 <key>SUPERCLASS</key>
57 <string>NSControl</string>
58 </dict>
59 <dict>
60 <key>CLASS</key>
61 <string>FSAAppList</string>
62 <key>LANGUAGE</key>
63 <string>ObjC</string>
64 <key>OUTLETS</key>
65 <dict>
66 <key>installButton</key>
67 <string>NSButton</string>
68 <key>tableView</key>
69 <string>NSTableView</string>
70 </dict>
71 <key>SUPERCLASS</key>
72 <string>NSObject</string>
73 </dict>
74 </array>
75 <key>IBVersion</key>
76 <string>1</string>
77</dict>
78</plist>
Note: See TracBrowser for help on using the repository browser.