source: trunk/Cocoa/Pester/Source/English.lproj/Movie alert.nib/classes.nib@ 543

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

Minimally convert media playback to QTKit. Some direct QuickTime access still needs migrating.

File size: 1.1 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>CLASS</key>
9 <string>NSObject</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 </dict>
13 <dict>
14 <key>CLASS</key>
15 <string>FirstResponder</string>
16 <key>LANGUAGE</key>
17 <string>ObjC</string>
18 <key>SUPERCLASS</key>
19 <string>NSObject</string>
20 </dict>
21 <dict>
22 <key>ACTIONS</key>
23 <dict>
24 <key>close</key>
25 <string>id</string>
26 </dict>
27 <key>CLASS</key>
28 <string>PSMovieAlertController</string>
29 <key>LANGUAGE</key>
30 <string>ObjC</string>
31 <key>OUTLETS</key>
32 <dict>
33 <key>movieView</key>
34 <string>QTMovieView</string>
35 </dict>
36 <key>SUPERCLASS</key>
37 <string>NSWindowController</string>
38 </dict>
39 <dict>
40 <key>CLASS</key>
41 <string>NSWindow</string>
42 <key>LANGUAGE</key>
43 <string>ObjC</string>
44 <key>SUPERCLASS</key>
45 <string>NSResponder</string>
46 </dict>
47 </array>
48 <key>IBVersion</key>
49 <string>1</string>
50</dict>
51</plist>
Note: See TracBrowser for help on using the repository browser.