source: release/1.4/source/cocoa-ide/altconsole/resource/AltConsole.nib/classes.nib

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

Add "Clear Display" button to altconsole. Throw in some other
minor visual tweaks too.

File size: 769 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>CLASS</key>
9 <string>AltConsoleDocument</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>OUTLETS</key>
13 <dict>
14 <key>indicator</key>
15 <string>id</string>
16 <key>textView</key>
17 <string>id</string>
18 </dict>
19 <key>SUPERCLASS</key>
20 <string>NSDocument</string>
21 </dict>
22 <dict>
23 <key>CLASS</key>
24 <string>FirstResponder</string>
25 <key>LANGUAGE</key>
26 <string>ObjC</string>
27 <key>SUPERCLASS</key>
28 <string>NSObject</string>
29 </dict>
30 </array>
31 <key>IBVersion</key>
32 <string>1</string>
33</dict>
34</plist>
Note: See TracBrowser for help on using the repository browser.