forked from KosmicTask/F-Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasses.nib
More file actions
84 lines (84 loc) · 1.93 KB
/
classes.nib
File metadata and controls
84 lines (84 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>ACTIONS</key>
<dict>
<key>openObjectBrowser</key>
<string>id</string>
<key>showConsole</key>
<string>id</string>
<key>showPreferencePanel</key>
<string>id</string>
<key>updatePreference</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FScriptMenuItem</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>automaticallyIntrospectDeclaredPropertiesUI</key>
<string>NSButton</string>
<key>fontSizeUI</key>
<string>NSTextField</string>
<key>interpreterView</key>
<string>FSInterpreterView</string>
<key>preferencePanel</key>
<string>NSPanel</string>
</dict>
<key>SUPERCLASS</key>
<string>NSMenuItem</string>
</dict>
<dict>
<key>CLASS</key>
<string>FSInterpreterView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>object1</key>
<string>id</string>
<key>object2</key>
<string>id</string>
<key>object3</key>
<string>id</string>
<key>object4</key>
<string>id</string>
<key>object5</key>
<string>id</string>
<key>object6</key>
<string>id</string>
<key>object7</key>
<string>id</string>
<key>object8</key>
<string>id</string>
<key>object9</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSView</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSObject</string>
<key>LANGUAGE</key>
<string>ObjC</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>